mirror of
https://github.com/status-im/react-native-camera.git
synced 2025-02-23 17:28:08 +00:00
13 lines
226 B
Objective-C
13 lines
226 B
Objective-C
#import <UIKit/UIKit.h>
|
|
#import <AVFoundation/AVFoundation.h>
|
|
|
|
@class RCTCameraManager;
|
|
|
|
@interface RCTCamera : UIView
|
|
|
|
@property (nonatomic) RCTCameraManager *manager;
|
|
|
|
- (id)initWithManager:(RCTCameraManager*)manager;
|
|
|
|
@end
|