Files
react-native-camera/ViewfinderView.h
T
2015-03-31 18:02:57 -07:00

10 lines
142 B
Objective-C

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