react-native-camera/ViewfinderView.h
Lochlan Wansbrough 296f190645 Pushing files
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