summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLCompactCalloutView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLCompactCalloutView.h')
-rw-r--r--platform/ios/src/MGLCompactCalloutView.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/ios/src/MGLCompactCalloutView.h b/platform/ios/src/MGLCompactCalloutView.h
deleted file mode 100644
index 5cecf37ff6..0000000000
--- a/platform/ios/src/MGLCompactCalloutView.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#import "SMCalloutView.h"
-#import "MGLCalloutView.h"
-
-/**
- A concrete implementation of `MGLCalloutView` based on
- <a href="https://github.com/nfarina/calloutview">SMCalloutView</a>. This
- callout view displays the represented annotation’s title, subtitle, and
- accessory views in a compact, two-line layout.
- */
-@interface MGLCompactCalloutView : MGLSMCalloutView <MGLCalloutView>
-
-+ (instancetype)platformCalloutView;
-
-@end