chore: SwiftLint
This commit is contained in:
parent
5919d46a46
commit
72af7aa90a
@ -10,7 +10,6 @@ import Foundation
|
|||||||
|
|
||||||
@objc
|
@objc
|
||||||
public class CameraQueues: NSObject {
|
public class CameraQueues: NSObject {
|
||||||
|
|
||||||
/// The serial execution queue for the camera preview layer (input stream) as well as output processing of photos.
|
/// The serial execution queue for the camera preview layer (input stream) as well as output processing of photos.
|
||||||
@objc public static let cameraQueue = DispatchQueue(label: "mrousavy/VisionCamera.main",
|
@objc public static let cameraQueue = DispatchQueue(label: "mrousavy/VisionCamera.main",
|
||||||
qos: .userInteractive,
|
qos: .userInteractive,
|
||||||
@ -31,5 +30,4 @@ public class CameraQueues: NSObject {
|
|||||||
attributes: [],
|
attributes: [],
|
||||||
autoreleaseFrequency: .inherit,
|
autoreleaseFrequency: .inherit,
|
||||||
target: nil)
|
target: nil)
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user