summary refs log tree commit diff stats
path: root/examples/cross_calculator/ios/src/AppDelegate.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/cross_calculator/ios/src/AppDelegate.h')
-rw-r--r--examples/cross_calculator/ios/src/AppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/examples/cross_calculator/ios/src/AppDelegate.h b/examples/cross_calculator/ios/src/AppDelegate.h
new file mode 100644
index 000000000..a5a8b3852
--- /dev/null
+++ b/examples/cross_calculator/ios/src/AppDelegate.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIKit.h>
+
+@interface AppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end