MessageEditor updates

This commit is contained in:
scawful
2024-08-10 20:11:21 -04:00
parent 9cea919246
commit 2d8a658e5e
4 changed files with 35 additions and 103 deletions

View File

@@ -12,7 +12,7 @@
@interface AppViewController : UIViewController <MTKViewDelegate>
@property(nonatomic) yaze::app::core::Controller *controller;
@property(nonatomic) UIHoverGestureRecognizer *hoverGestureRecognizer;
@property(nontatomic) UIPinchGestureRecognizer *pinchRecognizer;
@property(nonatomic) UIPinchGestureRecognizer *pinchRecognizer;
@property(nonatomic) UISwipeGestureRecognizer *swipeRecognizer;
@end
#endif