Skip to content

Instantly share code, notes, and snippets.

@rodolfoizidoro
Created May 7, 2019 10:07
Show Gist options
  • Save rodolfoizidoro/195281f71792c999bbbf87d7ab31183a to your computer and use it in GitHub Desktop.
Save rodolfoizidoro/195281f71792c999bbbf87d7ab31183a to your computer and use it in GitHub Desktop.
interface MoviesView {
fun showProgress()
fun hideProgress()
fun showMovies(movies : List<Movie>)
fun showError(error : Throwable)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment