summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationContainerView.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLAnnotationContainerView.h')
-rw-r--r--platform/ios/src/MGLAnnotationContainerView.h17
1 files changed, 0 insertions, 17 deletions
diff --git a/platform/ios/src/MGLAnnotationContainerView.h b/platform/ios/src/MGLAnnotationContainerView.h
deleted file mode 100644
index ccec3052a6..0000000000
--- a/platform/ios/src/MGLAnnotationContainerView.h
+++ /dev/null
@@ -1,17 +0,0 @@
-#import <UIKit/UIKit.h>
-
-#import "MGLTypes.h"
-
-@class MGLAnnotationView;
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLAnnotationContainerView : UIView
-
-+ (instancetype)annotationContainerViewWithAnnotationContainerView:(MGLAnnotationContainerView *)annotationContainerView;
-
-- (void)addSubviews:(NSArray<MGLAnnotationView *> *)subviews;
-
-@end
-
-NS_ASSUME_NONNULL_END