// // ProfileChangePhoneNumberModuleInterface.swift // GME Remit // // Created by Jeongbae Kong on 21/01/2020. //Copyright © 2020 Gobal Money Express Co. Ltd. All rights reserved. // protocol ChangePersonalInformationModuleInterface: class { func verifyPasswordForChangePersonalInformation(model: ChangePersonalInformationModel, target: String) func openOTP(newValue: String) func changeProfileInformation(newValue: String, target: String) func goBackToPersonalInformation() }