Created
May 7, 2019 10:07
-
-
Save rodolfoizidoro/195281f71792c999bbbf87d7ab31183a 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 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