@class AVCaptureSession, NSString, AVCaptureDeviceInput, AVCaptureVideoPreviewLayer, NSObject; @protocol AVCaptureMetadataOutputObjectsDelegate, OS_dispatch_queue; @interface TSCellularPlanQRCodeScannerView : UIView { AVCaptureSession *_captureSession; AVCaptureDeviceInput *_deviceInput; NSObject *_metadataQueue; } @property (readonly, nonatomic) AVCaptureVideoPreviewLayer *previewLayer; @property (readonly, nonatomic) BOOL canUseCamera; @property (nonatomic) id delegate; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (struct CGPoint { double x0; double x1; })pointForCaptureDevicePointOfInterest:(struct CGPoint { double x0; double x1; })a0; - (void)dealloc; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)layoutSubviews; - (void)startRunning; - (void)stopRunning; - (void)setupCameraSession; - (void)_changeCameraConfiguration; - (void)_handleRuntimeError:(id)a0; - (id)getAVCaptureMetadataOutput; - (void)updateRectOfInterest; @end