// // {{name}}Interactor.swift // {{project_name}} // // Created by {{full_username}} on {{date}}. // //
import Foundation
public protocol {{name}}Interactor {
func execute()
}
// // {{name}}Interactor.swift // {{project_name}} // // Created by {{full_username}} on {{date}}. // //
import Foundation
public protocol {{name}}Interactor {
func execute()
}