react-native-camera/ViewfinderView.h

10 lines
142 B
Objective-C

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