summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationContainerView_Private.h
diff options
context:
space:
mode:
Diffstat (limited to 'platform/ios/src/MGLAnnotationContainerView_Private.h')
-rw-r--r--platform/ios/src/MGLAnnotationContainerView_Private.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/platform/ios/src/MGLAnnotationContainerView_Private.h b/platform/ios/src/MGLAnnotationContainerView_Private.h
deleted file mode 100644
index 9dce54842d..0000000000
--- a/platform/ios/src/MGLAnnotationContainerView_Private.h
+++ /dev/null
@@ -1,14 +0,0 @@
-#import "MGLAnnotationContainerView.h"
-#import "MGLAnnotationView.h"
-
-@class MGLAnnotationView;
-
-NS_ASSUME_NONNULL_BEGIN
-
-@interface MGLAnnotationContainerView (Private)
-
-@property (nonatomic) NSMutableArray<MGLAnnotationView *> *annotationViews;
-
-@end
-
-NS_ASSUME_NONNULL_END