12 lines
186 B
Objective-C
12 lines
186 B
Objective-C
#import "RCTViewManager.h"
|
|
#import <AVFoundation/AVFoundation.h>
|
|
|
|
@class RCTCamera;
|
|
|
|
@interface RCTCameraManager : RCTViewManager
|
|
|
|
|
|
@property (nonatomic) RCTCamera *currentCamera;
|
|
|
|
@end
|