Skip to content

Instantly share code, notes, and snippets.

@myeonginwoo
Last active November 4, 2018 17:16
Show Gist options
  • Save myeonginwoo/7f8ab7e8eb3d0944d3fdbc7c8b4271a4 to your computer and use it in GitHub Desktop.
Save myeonginwoo/7f8ab7e8eb3d0944d3fdbc7c8b4271a4 to your computer and use it in GitHub Desktop.
interface MainView {
fun onUpdatedItem(oldItem: Item, newItem: Item)
fun showProgress()
fun hideProgress()
fun onError(throwable: Throwable)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment