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

@interface MBXBenchAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end