// // TransferImageDelegate.swift // LaserMethane // // Created by 203 on 2021/7/30. // import Foundation import UIKit protocol TransferImageDelegate: NSObjectProtocol { func transfer(controller: UIViewController, dic: NSDictionary) }