summaryrefslogtreecommitdiff
path: root/platform/ios/app/MBXCustomCalloutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/app/MBXCustomCalloutView.h')
-rw-r--r--platform/ios/app/MBXCustomCalloutView.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/platform/ios/app/MBXCustomCalloutView.h b/platform/ios/app/MBXCustomCalloutView.h
new file mode 100644
index 0000000000..a61619b79f
--- /dev/null
+++ b/platform/ios/app/MBXCustomCalloutView.h
@@ -0,0 +1,10 @@
+#import <UIKit/UIKit.h>
+#import <Mapbox/Mapbox.h>
+
+/**
+ * Basic custom callout view to demonstrate how to
+ * add your own on your app. Will only show the
+ * callout title for demonstration purpose.
+ */
+@interface MBXCustomCalloutView : UIView <MGLCalloutView>
+@end