Skip to content

Instantly share code, notes, and snippets.

@princessdharmy
Created November 21, 2020 22:04
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 princessdharmy/9aba966bdbeb4c78b9522f5952ed99b1 to your computer and use it in GitHub Desktop.
Save princessdharmy/9aba966bdbeb4c78b9522f5952ed99b1 to your computer and use it in GitHub Desktop.
class CompetitionsViewModel @ViewModelInject constructor(
private val getTodayFixturesUseCase: GetTodayFixturesUseCase,
private val getCompetitionsUseCase: GetCompetitionsUseCase
) : ViewModel() {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment