summaryrefslogtreecommitdiff
path: root/platform/ios/Integration Test Harness/AppDelegate.h
blob: 2a9bac67c90348c1d1323d5ebbfa3921b4aab913 (plain)
1
2
3
4
5
6
7
8
#import <UIKit/UIKit.h>

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end