// // KycForm2ModuleInterface.swift // GMERemittance // // Created by gme_2 on 12/09/2018. //Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved. // protocol KycForm2ModuleInterface: class { func showBankPickerView(with model: [KeyValueModel]?) func showVerificationIdTypePicker(with model: [VerificationIdType]?) func showSourceOfFundPicker(with model: [KeyValueModel]?) func isValidate(idType: String, idNumber: String) }