Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Created January 31, 2022 07:32
Show Gist options
  • Save Farhandroid/b4175e72bd251dd95f11b273e7c396f1 to your computer and use it in GitHub Desktop.
Save Farhandroid/b4175e72bd251dd95f11b273e7c396f1 to your computer and use it in GitHub Desktop.
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