Skip to content

Instantly share code, notes, and snippets.

@tripleentendre
Last active August 17, 2017 04:19
Show Gist options
  • Save tripleentendre/789d30907ccb9b0fa792fa84fefe4639 to your computer and use it in GitHub Desktop.
Save tripleentendre/789d30907ccb9b0fa792fa84fefe4639 to your computer and use it in GitHub Desktop.
An interactor setup for injection by Dagger 2
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