// // Created by AUTHOR. // Copyright © YEAR AUTHOR. All rights reserved. //
import Foundation
final class VIPERPresenter: VIPERPresenterProtocol, VIPERInteractorOutputProtocol {
weak var view: VIPERViewProtocol? var interactor: VIPERInteractorInputProtocol? var wireFrame: VIPERWireFrameProtocol? init() {}
}