summaryrefslogtreecommitdiff
path: root/test/ios/MGLTAppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'test/ios/MGLTAppDelegate.h')
-rw-r--r--test/ios/MGLTAppDelegate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ios/MGLTAppDelegate.h b/test/ios/MGLTAppDelegate.h
index e5c459beb0..c0025582ee 100644
--- a/test/ios/MGLTAppDelegate.h
+++ b/test/ios/MGLTAppDelegate.h
@@ -2,6 +2,6 @@
@interface MGLTAppDelegate : UIResponder <UIApplicationDelegate>
-@property (strong, nonatomic) UIWindow *window;
+@property (nonatomic) UIWindow *window;
@end