Skip to content
Snippets Groups Projects
SearchQRController.swift 180 B
import UIKit

final class SearchQRController: UIViewController {
    lazy private var screenView = SearchQRView()

    override func loadView() {
        view = screenView
    }
}