Created
May 17, 2019 08:43
-
-
Save varshabhatia007/f4d86654dbcfae312a521ed73737776b 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 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