#import "MGLAnnotationContainerView.h" #import "MGLAnnotationView.h" @class MGLAnnotationView; NS_ASSUME_NONNULL_BEGIN @interface MGLAnnotationContainerView (Private) @property (nonatomic) NSMutableArray *annotationViews; @end NS_ASSUME_NONNULL_END