Last active
November 24, 2019 22:33
-
-
Save mantisbayne/34e0eb5ed2b5fa05f9ca3d5cc0848702 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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