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

extern NSString * const MBXMapboxAccessTokenDefaultsKey;

@interface MBXAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end