summaryrefslogtreecommitdiff
path: root/platform/ios/src/MGLAnnotationContainerView_Private.h
blob: 9dce54842d96fac018763c844b72c203f3b581ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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