react-native-camera/RCTCamera.h
Lochlan Wansbrough 296f190645 Pushing files
2015-03-31 18:02:57 -07:00

11 lines
213 B
Objective-C

#import <UIKit/UIKit.h>
#import "ViewfinderView.h"
@class AVCaptureSession;
@interface RCTCamera : UIView
@property (nonatomic) AVCaptureSession *session;
@property (nonatomic) ViewfinderView *viewfinder;
@end