Skip to content

Commit

Permalink
Remove unused protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBertet committed Jun 30, 2023
1 parent a23aa47 commit 01c2367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeCameraKit/RealCamera.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import UIKit
/*
* Real camera implementation that uses AVFoundation
*/
class RealCamera: NSObject, CameraProtocol, AVCaptureMetadataOutputObjectsDelegate, AVCapturePhotoCaptureDelegate {
class RealCamera: NSObject, CameraProtocol, AVCaptureMetadataOutputObjectsDelegate {
var previewView: UIView { cameraPreview }

private let cameraPreview = RealPreviewView(frame: .zero)
Expand Down

0 comments on commit 01c2367

Please sign in to comment.