summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/AppDelegate.h')
-rw-r--r--platform/ios/demo/Examples/AppDelegate.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/AppDelegate.h b/platform/ios/demo/Examples/AppDelegate.h
new file mode 100644
index 0000000000..b47f3333b7
--- /dev/null
+++ b/platform/ios/demo/Examples/AppDelegate.h
@@ -0,0 +1,16 @@
+//
+// AppDelegate.h
+// Examples
+//
+// Created by Jason Wray on 1/26/16.
+// Copyright © 2016 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end