Skip to content

Instantly share code, notes, and snippets.

@mladenrakonjac
Created February 4, 2018 22:16
Show Gist options
  • Save mladenrakonjac/055e0b36f3cda50a63502dbc55fb061e to your computer and use it in GitHub Desktop.
Save mladenrakonjac/055e0b36f3cda50a63502dbc55fb061e to your computer and use it in GitHub Desktop.
class MainViewModel @Inject constructor(var gitRepoRepository: GitRepoRepository) : ViewModel() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment