summaryrefslogtreecommitdiff
path: root/platform/ios/uitest/MGLTAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/uitest/MGLTAppDelegate.h')
-rw-r--r--platform/ios/uitest/MGLTAppDelegate.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/platform/ios/uitest/MGLTAppDelegate.h b/platform/ios/uitest/MGLTAppDelegate.h
deleted file mode 100644
index c0025582ee..0000000000
--- a/platform/ios/uitest/MGLTAppDelegate.h
+++ /dev/null
@@ -1,7 +0,0 @@
-#import <UIKit/UIKit.h>
-
-@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>
-
-@property (nonatomic) UIWindow *window;
-
-@end