protocol QRScannerViewControllerDelegate: class {
    func didFoundCode(code: String)
}
