// // AppUpdateInteractorIO.swift // GME Remit // // Created by shishir sapkota on 12/11/18. //Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved. // protocol AppUpdateInteractorInput: class { } protocol AppUpdateInteractorOutput: class { }