summaryrefslogtreecommitdiff
path: root/platform/ios/benchmark/MBXAnnotationViewBenchViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/benchmark/MBXAnnotationViewBenchViewController.h')
-rw-r--r--platform/ios/benchmark/MBXAnnotationViewBenchViewController.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/benchmark/MBXAnnotationViewBenchViewController.h b/platform/ios/benchmark/MBXAnnotationViewBenchViewController.h
new file mode 100644
index 0000000000..1368260bef
--- /dev/null
+++ b/platform/ios/benchmark/MBXAnnotationViewBenchViewController.h
@@ -0,0 +1,13 @@
+//
+// MBXAnnotationViewBenchViewController.h
+// bench
+//
+// Created by Jason Wray on 4/5/18.
+// Copyright © 2018 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface MBXAnnotationViewBenchViewController : UIViewController
+
+@end