Skip to content

Instantly share code, notes, and snippets.

@Farhandroid
Created January 31, 2022 08:18
Show Gist options
  • Save Farhandroid/3959f8f12d481485fb27b58df1c9de39 to your computer and use it in GitHub Desktop.
Save Farhandroid/3959f8f12d481485fb27b58df1c9de39 to your computer and use it in GitHub Desktop.
interface MovieRemoteDataSource {
suspend fun getPopularMovies(): Response<MovieList>
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment