diff options
Diffstat (limited to 'ios/app/MBXAppDelegate.h')
-rw-r--r-- | ios/app/MBXAppDelegate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/app/MBXAppDelegate.h b/ios/app/MBXAppDelegate.h new file mode 100644 index 0000000000..da081fdcd5 --- /dev/null +++ b/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 |