Skip to content

Instantly share code, notes, and snippets.

@jeremyrempel
Last active February 18, 2019 17:05
Show Gist options
  • Save jeremyrempel/0d689d58f3e8c0ceb8e317241b933e58 to your computer and use it in GitHub Desktop.
Save jeremyrempel/0d689d58f3e8c0ceb8e317241b933e58 to your computer and use it in GitHub Desktop.
interface PhotoView : BaseView {
var isUpdating: Boolean
fun onUpdate(data: PhotoResponse)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment