Created
January 31, 2022 07:32
-
-
Save Farhandroid/b4175e72bd251dd95f11b273e7c396f1 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
interface MovieRepository { | |
suspend fun getPopularMovies(): Result<MovieList> | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment