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

@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>

@property (strong, nonatomic) UIWindow *window;

@end