Loading...
Searching...
No Matches
NCClusterMapObjectListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
4
5
20DEFAULT_EXPORT_ATTRIBUTE
21@protocol NCClusterMapObjectListener <NSObject>
22
37- (void)onClusterChanged:(nullable NCClusterMapObject *)cluster;
38
39@end