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

@interface MBXBenchAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end