Skip to content

Commit

Permalink
fix: both cannot be public
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanfallet authored May 31, 2024
1 parent 1e82159 commit 008bc06
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import AVFoundation

@available(macCatalyst 14.0, *)
public extension AVCaptureDevice {
extension AVCaptureDevice {

/// Returns best built in back camera for scanning QR codes zoomed for a given minimum code size.
public static func zoomedCameraForQRCode(withMinimumCodeSize minimumCodeSize: Float = 20) -> AVCaptureDevice? {
Expand Down

0 comments on commit 008bc06

Please sign in to comment.