// // KycForm2Presenter.swift // GMERemittance // // Created by gme_2 on 12/09/2018. //Copyright © 2018 Gobal Money Express Co. Ltd. All rights reserved. // import Foundation class KycForm2Presenter { // MARK: Properties weak var view: KycForm2ViewInterface? var interactor: KycForm2InteractorInput? var wireframe: KycForm2WireframeInput? // MARK: Converting entities } // MARK: KycForm2 module interface extension KycForm2Presenter: KycForm2ModuleInterface { } // MARK: KycForm2 interactor output interface extension KycForm2Presenter: KycForm2InteractorOutput { }