// // Created by AUTHOR // Copyright © YEAR AUTHOR. All rights reserved. //

import Foundation import UIKit

class VIPERView: UIViewController, VIPERViewProtocol {

var presenter: VIPERPresenterProtocol?

}