Loading...
Searching...
No Matches
NCPositionListener.h
Go to the documentation of this file.
1#import "NCExport.h"
2#import "NCPosition.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCPositionListener <NSObject>
21
36- (void)onPositionUpdated:(nonnull NCPosition *)position;
37
52- (void)onPositionError:(nullable NSError *)error;
53
54@end