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.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/platform/ios/app/MBXCustomCalloutView.h b/platform/ios/app/MBXCustomCalloutView.h
deleted file mode 100644
index 5a7c9c926f..0000000000
--- a/platform/ios/app/MBXCustomCalloutView.h
+++ /dev/null
@@ -1,13 +0,0 @@
-@import Mapbox;
-
-/**
- * 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>
-
-@property (nonatomic, assign, getter=isAnchoredToAnnotation) BOOL anchoredToAnnotation;
-@property (nonatomic, assign) BOOL dismissesAutomatically;
-
-@end