summaryrefslogtreecommitdiff
path: root/ios/app/MBXAppDelegate.h
blob: da081fdcd59cb81a38b6751a671cdd140db37c3b (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@interface MBXAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end