File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ @interface CardIOVideoStream ()
144
144
@property (nonatomic , assign , readwrite ) BOOL wasRunningBeforeBeingBackgrounded;
145
145
@property (nonatomic , assign , readwrite ) BOOL didEndGeneratingDeviceOrientationNotifications;
146
146
@property (assign , readwrite ) UIInterfaceOrientation interfaceOrientation; // intentionally atomic -- video frames are processed on a different thread
147
- @property (nonatomic , strong , readwrite ) AVCaptureVideoPreviewLayer *previewLayer;
147
+ @property (nonatomic , strong , readwrite ) CALayer *previewLayer;
148
148
@property (nonatomic , strong , readwrite ) AVCaptureSession *captureSession;
149
149
@property (nonatomic , strong , readwrite ) AVCaptureDevice *camera;
150
150
@property (nonatomic , strong , readwrite ) AVCaptureDeviceInput *cameraInput;
You can’t perform that action at this time.
0 commit comments