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

extern NSString * const MBXMapboxAccessTokenDefaultsKey;

@interface MBXBenchAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end