// // BarcodeViewControllerDelegate.swift // Amiv // // Created by Denis Zuppiger on 13.10.18. // Copyright © 2018 Amiv an der ETH. All rights reserved. // import Foundation public protocol BarcodeViewControllerDelegate { func buttonTapped(_ viewController: BarcodeViewController) }