#import <UIKit/UIKit.h>

extern NSString * const MBXMapboxAccessTokenDefaultsKey;

@interface MBXBenchAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end
