Skip to content

Instantly share code, notes, and snippets.

@fabioCollini
Created September 28, 2019 12:46
Show Gist options
  • Save fabioCollini/6d26e972388ed913d8e83b75c8651489 to your computer and use it in GitHub Desktop.
Save fabioCollini/6d26e972388ed913d8e83b75c8651489 to your computer and use it in GitHub Desktop.
class MyViewModel(
private val repo: CityRepo
) : ViewModel() {
//...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment