Last active
August 4, 2018 22:16
-
-
Save paulocns/b4bb00ba4bcb28c77bec0b6378b3d71d 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 QueryViewModelArc @Inject | |
constructor(private val searchShows: SearchShows?) : ViewModel() { | |
//your viewmodel stuff | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment