react-native-camera/ViewfinderView.h

10 lines
142 B
C
Raw Normal View History

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