summaryrefslogtreecommitdiff
path: root/platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h')
-rw-r--r--platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h b/platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h
new file mode 100644
index 0000000000..ad6501e057
--- /dev/null
+++ b/platform/ios/demo/Examples/ObjectiveC/CustomCalloutViewExample.h
@@ -0,0 +1,13 @@
+//
+// CustomCalloutViewExample.h
+// Examples
+//
+// Created by Jason Wray on 3/6/16.
+// Copyright © 2016 Mapbox. All rights reserved.
+//
+
+#import <UIKit/UIKit.h>
+
+@interface CustomCalloutViewExample : UIViewController
+
+@end