You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

32 lines
611 B

//
// 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 {
}