Skip to content

Instantly share code, notes, and snippets.

@meyusufdemirci
Created January 23, 2019 07:42
Show Gist options
  • Save meyusufdemirci/5b58d98c6ddd4415462342fe31ba993f to your computer and use it in GitHub Desktop.
Save meyusufdemirci/5b58d98c6ddd4415462342fe31ba993f to your computer and use it in GitHub Desktop.
class HomeInteractor {
var presenter: HomeInteractorOutputProtocol!
}
extension HomeInteractor: HomeInteractorInputProtocol {
func getContactFromService() {
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment