// // MainInteractorIO.swift // // // Created by shishir sapkota // protocol MainInteractorInput: class { } protocol MainInteractorOutput: class { }