Last active
August 17, 2017 04:19
-
-
Save tripleentendre/789d30907ccb9b0fa792fa84fefe4639 to your computer and use it in GitHub Desktop.
An interactor setup for injection by Dagger 2
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 LogicInteractor @Inject constructor(val dataRepository: DataRepositoryContract): LogicInteractorContract |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment