// // VIPERInteractor.swift // // Created by AUTHOR. // Copyright © YEAR COMPANY. All rights reserved. //

import Foundation

class VIPERInteractor: VIPERInteractorInputProtocol {

// MARK: Properties

weak var presenter: VIPERInteractorOutputProtocol?

// MARK: VIPERInteractorInputProtocol

}