Loading...
Searching...
No Matches
NCSublocationChangeListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import <Foundation/Foundation.h>
3
4
20DEFAULT_EXPORT_ATTRIBUTE
21@protocol NCSublocationChangeListener <NSObject>
22
36- (void)onActiveSublocationChanged:(int32_t)sublocationId;
37
38@end