aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/ios7/iOS7AppDelegate.h
diff options
context:
space:
mode:
authorVincent Bénony2015-12-07 14:12:16 +0100
committerVincent Bénony2016-01-06 16:17:35 +0100
commite9378ccf3e07fc564daafd5099f95439d7b612a3 (patch)
tree2e5e264800cebb7653d8719273aabffedff45324 /backends/platform/ios7/iOS7AppDelegate.h
parent5b15f06b9299a27be5df028855ee6b592361bdf3 (diff)
downloadscummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.tar.gz
scummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.tar.bz2
scummvm-rg350-e9378ccf3e07fc564daafd5099f95439d7b612a3.zip
IOS: Avoid subclassing UIApplication, and handle multitasking
Diffstat (limited to 'backends/platform/ios7/iOS7AppDelegate.h')
-rw-r--r--backends/platform/ios7/iOS7AppDelegate.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/backends/platform/ios7/iOS7AppDelegate.h b/backends/platform/ios7/iOS7AppDelegate.h
new file mode 100644
index 0000000000..49411698c1
--- /dev/null
+++ b/backends/platform/ios7/iOS7AppDelegate.h
@@ -0,0 +1,9 @@
+//
+// Created by Vincent Bénony on 07/12/2015.
+//
+
+#import <UIKit/UIKit.h>
+
+
+@interface iOS7AppDelegate : NSObject<UIApplicationDelegate>
+@end