Loading...
Searching...
No Matches
NCCameraListener.h
Go to the documentation of this file.
2#import "NCExport.h"
3#import <Foundation/Foundation.h>
4
5
19DEFAULT_EXPORT_ATTRIBUTE
20@protocol NCCameraListener <NSObject>
21
38- (void)onCameraPositionChanged:(NCCameraUpdateReason)reason
39 finished:(BOOL)finished;
40
41@end