// // KycForm3Presenter.swift // GMERemittance // // Created by gme_2 on 12/09/2018. //Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved. // import Foundation class KycForm3Presenter { // MARK: Properties weak var view: KycForm3ViewInterface? var interactor: KycForm3InteractorInput? var wireframe: KycForm3WireframeInput? // MARK: Converting entities } // MARK: KycForm3 module interface extension KycForm3Presenter: KycForm3ModuleInterface { } // MARK: KycForm3 interactor output interface extension KycForm3Presenter: KycForm3InteractorOutput { }