@class AVCaptureSession, NSString, AVCaptureDeviceInput, AVCaptureVideoPreviewLayer, NSObject; @protocol OS_dispatch_queue, BKUIVideoCaptureSesssionDelegate; @interface HPSSpatialProfileVideoCaptureSession : NSObject { AVCaptureSession *_captureSession; AVCaptureDeviceInput *_deviceInput; NSObject *_captureQueue; } @property (weak, nonatomic) id delegate; @property (retain, nonatomic) AVCaptureVideoPreviewLayer *previewLayer; @property (readonly, nonatomic) double additionalPreviewScalingAllowedByCameraFormat; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (id)init; - (void).cxx_destruct; - (void)startCapture; - (id)_frontCamera; - (void)endCapture; @end