// // BeneficiaryDetailModuleInterface.swift // GME Remit // // Created by Manish Adhikari on 24/03/2023. //Copyright © 2023 Gobal Money Express Co. Ltd. All rights reserved. // protocol BeneficiaryDetailModuleInterface: AnyObject { func makeApiRequest() func didPressBack() func gotoSendMoney(_ reciptent: Recipient?, _ paymentMethod: PaymentMethodModel?) func openEditRecipient(who recipient: Recipient) }