luxlabs header browser preview


@class AVCaptureVideoPreviewLayer, UIView;

@interface CAMVideoPreviewView : UIView

@property (retain, nonatomic) AVCaptureVideoPreviewLayer *videoPreviewLayer;
@property (readonly, nonatomic) UIView *previewLayerView;
@property (nonatomic) long long previewViewAspectMode;
@property (nonatomic, getter=isSquare) BOOL square;

- (void)dealloc;
- (struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })_frameForSubviewsAccountForSquare:(BOOL)a0;
- (id)initWithFrame:(struct CGRect { struct CGPoint { double x0; double x1; } x0; struct CGSize { double x0; double x1; } x1; })a0;
- (void)setSquare:(BOOL)a0 animated:(BOOL)a1;
- (void).cxx_destruct;
- (void)_updateAspectModeForSublayers;
- (void)layoutSubviews;

@end