housekeeping

This commit is contained in:
scawful
2024-08-10 13:03:01 -04:00
parent c8139f36b9
commit 0e1b80d756
4 changed files with 13 additions and 41 deletions

View File

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