Skip to content

Instantly share code, notes, and snippets.

@mantisbayne
Last active November 24, 2019 22:33
Show Gist options
  • Save mantisbayne/34e0eb5ed2b5fa05f9ca3d5cc0848702 to your computer and use it in GitHub Desktop.
Save mantisbayne/34e0eb5ed2b5fa05f9ca3d5cc0848702 to your computer and use it in GitHub Desktop.
class DataRepository()
class ExampleUseCase(val repository : Repository)
class ExampleViewModel(val repository : Repository)
class HttpClient(val url : String)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment