mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-31 05:31:07 +00:00
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
|