Skip to content

Instantly share code, notes, and snippets.

@PulkitSethi1984
Created January 16, 2018 11:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PulkitSethi1984/5b7c18b93808442ba6849a18831b3ec0 to your computer and use it in GitHub Desktop.
Save PulkitSethi1984/5b7c18b93808442ba6849a18831b3ec0 to your computer and use it in GitHub Desktop.
public interface ILoginView
{
void SetLoadingState();
void SetDelayedState();
void ClearFields();
void ShowFingerPrint();
void ShowPasscode();
void ShowLogin();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment