summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXSnapshotsViewController.h
diff options
context:
space:
mode:
authorIvo van Dongen <info@ivovandongen.nl>2017-08-30 17:22:48 +0300
committerIvo van Dongen <ivovandongen@users.noreply.github.com>2017-09-05 16:29:33 +0300
commitb3b9ef5c6c090a5c8ec01ab041c756de54deb289 (patch)
tree5c0c0f2d6229bd8fc19d6030541b2867eb308fe3 /platform/ios/app/MBXSnapshotsViewController.h
parent07343a34c54431073ed71a11069769f71008ff56 (diff)
downloadqtlocation-mapboxgl-b3b9ef5c6c090a5c8ec01ab041c756de54deb289.tar.gz
[ios] snapshotter
Diffstat (limited to 'platform/ios/app/MBXSnapshotsViewController.h')
-rw-r--r--platform/ios/app/MBXSnapshotsViewController.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/platform/ios/app/MBXSnapshotsViewController.h b/platform/ios/app/MBXSnapshotsViewController.h
new file mode 100644
index 0000000000..f791602e98
--- /dev/null
+++ b/platform/ios/app/MBXSnapshotsViewController.h
@@ -0,0 +1,5 @@
+#import <UIKit/UIKit.h>
+
+@interface MBXSnapshotsViewController : UIViewController
+
+@end