Last active
November 7, 2017 19:17
-
-
Save rachitmishra/d7b1efa5eaf874ae76b9c062d9737a88 to your computer and use it in GitHub Desktop.
dagger-module
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
/** | |
* HomeViewModel with `@Inject`able constructor | |
*/ | |
class HomeViewModel @Inject constructor(private val resources: Resources, | |
private val preferenceUtils: PreferenceUtils, | |
private val defineRepository: DefineRepository) {} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment