diff options
Diffstat (limited to 'test/ios/MGLTAppDelegate.h')
-rw-r--r-- | test/ios/MGLTAppDelegate.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/ios/MGLTAppDelegate.h b/test/ios/MGLTAppDelegate.h new file mode 100644 index 0000000000..e5c459beb0 --- /dev/null +++ b/test/ios/MGLTAppDelegate.h @@ -0,0 +1,7 @@ +#import <UIKit/UIKit.h> + +@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate> + +@property (strong, nonatomic) UIWindow *window; + +@end |