summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXContextSnapshotViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/MBXContextSnapshotViewController.h')
-rw-r--r--platform/ios/app/MBXContextSnapshotViewController.h17
1 files changed, 17 insertions, 0 deletions
diff --git a/platform/ios/app/MBXContextSnapshotViewController.h b/platform/ios/app/MBXContextSnapshotViewController.h
new file mode 100644
index 0000000000..69793e5c7e
--- /dev/null
+++ b/platform/ios/app/MBXContextSnapshotViewController.h
@@ -0,0 +1,17 @@
+//
+// MBXContextSnapshotViewController.h
+// iosapp
+//
+// Created by Nadia Barbosa on 9/9/19.
+// Copyright © 2019 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+NS_ASSUME_NONNULL_BEGIN
+
+@interface MBXContextSnapshotViewController : UIViewController
+
+@end
+
+NS_ASSUME_NONNULL_END