Skip to content

Instantly share code, notes, and snippets.

@droid-lover
Created October 5, 2020 14:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save droid-lover/c4cc7e0081dc0553879158663c7f18cc to your computer and use it in GitHub Desktop.
Save droid-lover/c4cc7e0081dc0553879158663c7f18cc to your computer and use it in GitHub Desktop.
class SampleViewModel @ViewModelInject constructor(
private val networkRepository: NetworkRepository
) : ViewModel() {
//code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment