Skip to content

Instantly share code, notes, and snippets.

@varshabhatia007
Created May 17, 2019 08:43
Show Gist options
  • Save varshabhatia007/f4d86654dbcfae312a521ed73737776b to your computer and use it in GitHub Desktop.
Save varshabhatia007/f4d86654dbcfae312a521ed73737776b to your computer and use it in GitHub Desktop.
interface CustomerView {
fun showCustomError()
fun showError(error: ErrorModel)
fun showLoader()
fun hideLoader()
fun populateData(data: CustomerDetail)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment