aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/iOS7AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'backends/platform/ios7/iOS7AppDelegate.h')
-rw-r--r--backends/platform/ios7/iOS7AppDelegate.h15
1 files changed, 15 insertions, 0 deletions
diff --git a/backends/platform/ios7/iOS7AppDelegate.h b/backends/platform/ios7/iOS7AppDelegate.h
new file mode 100644
index 0000000000..7f903a692d
--- /dev/null
+++ b/backends/platform/ios7/iOS7AppDelegate.h
@@ -0,0 +1,15 @@
+//
+// Created by Vincent BĂ©nony on 07/12/2015.
+//
+
+#import <UIKit/UIKit.h>
+
+@class iPhoneView;
+
+
+@interface iOS7AppDelegate : NSObject<UIApplicationDelegate>
+
++ (iOS7AppDelegate *)iOS7AppDelegate;
++ (iPhoneView *)iPhoneView;
+
+@end