// // VIPERProtocols.swift // // Created by AUTHOR. // Copyright © YEAR COMPANY. All rights reserved. //
import Foundation
protocol VIPERViewProtocol: class {
}
protocol VIPERPresenterProtocol: class {
}
protocol VIPERInteractorInputProtocol {
}
protocol VIPERInteractorOutputProtocol: class {
}
protocol VIPERWireFrameProtocol {
}