Created
January 23, 2019 07:42
-
-
Save meyusufdemirci/5b58d98c6ddd4415462342fe31ba993f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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