summaryrefslogtreecommitdiff
path: root/ios/benchmark/MBXBenchAppDelegate.h
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-05-05 11:38:27 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-05-05 11:53:20 +0200
commit24083c582c7308025ed05285ad9e82696c70658a (patch)
treebd77e509ea403eafe2e604eff4d18f246fd165aa /ios/benchmark/MBXBenchAppDelegate.h
parent691c305467c5d503719743e69f73bf28f20894d5 (diff)
downloadqtlocation-mapboxgl-24083c582c7308025ed05285ad9e82696c70658a.tar.gz
[iOS] add benchmarking application
Diffstat (limited to 'ios/benchmark/MBXBenchAppDelegate.h')
-rw-r--r--ios/benchmark/MBXBenchAppDelegate.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/ios/benchmark/MBXBenchAppDelegate.h b/ios/benchmark/MBXBenchAppDelegate.h
new file mode 100644
index 0000000000..b8f6c2e641
--- /dev/null
+++ b/ios/benchmark/MBXBenchAppDelegate.h
@@ -0,0 +1,7 @@
+#import <UIKit/UIKit.h>
+
+@interface MBXBenchAppDelegate : UIResponder <UIApplicationDelegate>
+
+@property (strong, nonatomic) UIWindow *window;
+
+@end \ No newline at end of file