// // ShowAPIInteractorIO.swift // GME Remit // // Created by Jeongbae Kong on 2020/04/08. //Copyright © 2020 Gobal Money Express Co. Ltd. All rights reserved. // protocol ShowAPIInteractorInput: class { } protocol ShowAPIInteractorOutput: class { }