Something went wrong on our end
-
Bruno Muniz authoredBruno Muniz authored
SearchQRController.swift 180 B
import UIKit
final class SearchQRController: UIViewController {
lazy private var screenView = SearchQRView()
override func loadView() {
view = screenView
}
}