react-native-camera/RCTCamera.h

11 lines
213 B
C
Raw Normal View History

2015-04-01 01:02:57 +00:00
#import <UIKit/UIKit.h>
#import "ViewfinderView.h"
@class AVCaptureSession;
@interface RCTCamera : UIView
@property (nonatomic) AVCaptureSession *session;
@property (nonatomic) ViewfinderView *viewfinder;
@end