summaryrefslogtreecommitdiff
path: root/platform/ios/test/common/AppDelegate.h
blob: 134c8063dcce5d50d2ae232d3607170177c78ebf (plain)
1
2
3
4
5
6
7
#import <UIKit/UIApplication.h> // UIApplicationDelegate

@interface AppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end