Skip to content

Instantly share code, notes, and snippets.

@paulocns
Last active August 4, 2018 22:16
Show Gist options
  • Save paulocns/b4bb00ba4bcb28c77bec0b6378b3d71d to your computer and use it in GitHub Desktop.
Save paulocns/b4bb00ba4bcb28c77bec0b6378b3d71d to your computer and use it in GitHub Desktop.
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