summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/MBXAppDelegate.h')
-rw-r--r--platform/ios/app/MBXAppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/platform/ios/app/MBXAppDelegate.h b/platform/ios/app/MBXAppDelegate.h
new file mode 100644
index 0000000000..da081fdcd5
--- /dev/null
+++ b/platform/ios/app/MBXAppDelegate.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIKit.h>
+
+@interface MBXAppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end \ No newline at end of file