Skip to content

Instantly share code, notes, and snippets.

@rajajawahar
Created May 29, 2018 00:06
Show Gist options
  • Save rajajawahar/cc9f016442fc453e63e109ed0521eb18 to your computer and use it in GitHub Desktop.
Save rajajawahar/cc9f016442fc453e63e109ed0521eb18 to your computer and use it in GitHub Desktop.
protocol LoginView {
func navigateToHome()
func showLoading()
func hideLoading();
func showMessage(message: String)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment