summaryrefslogtreecommitdiff
path: root/platform/ios/test/MGLTAppDelegate.h
blob: c0025582eed50ba61aabc669f2c62a53319b8fcf (plain)
1
2
3
4
5
6
7
#import <UIKit/UIKit.h>

@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>

@property (nonatomic) UIWindow *window;

@end