summaryrefslogtreecommitdiffstats
path: root/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h')
-rw-r--r--embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
new file mode 100644
index 000000000..46f13ca55
--- /dev/null
+++ b/embedding/ios/GeckoEmbed/GeckoEmbed/AppDelegate.h
@@ -0,0 +1,17 @@
+//
+// AppDelegate.h
+// GeckoEmbed
+//
+// Created by Ted Mielczarek on 3/2/15.
+// Copyright (c) 2015 Mozilla. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+
+@end
+