4#import <Foundation/Foundation.h>
7@protocol NCClusterMapObjectListener;
27DEFAULT_EXPORT_ATTRIBUTE
45- (BOOL)setBitmap:(nullable UIImage *)bitmap;
61- (void)addListener:(nullable
id<NCClusterMapObjectListener>)listener;
77- (void)removeListener:(nullable
id<NCClusterMapObjectListener>)listener;
89@property (nonatomic, readonly) int32_t
count;
95@property (nonatomic, nonnull, readonly) NSArray<NCIconMapObject *> *
iconMapObjects;