ProtocolDelegate.swift 237 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 // // ProtocolDelegare.swift // InterQR-Internship // // Created by Дмитрий Тимофеев on 17.06.2022. // import Foundation import ContactsUI protocol ResidentSavable: AnyObject { func save(_ data: [ResidentModel]) }