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
30- (void)onCameraPositionChanged:(NCCameraUpdateReason)reason
31 finished:(BOOL)finished;
32
33@end