Skip to content

Instantly share code, notes, and snippets.

@guntidheerajkumar
Created March 30, 2017 07:28
Show Gist options
  • Select an option

  • Save guntidheerajkumar/d00a2a6bc7f2c10e480d8d56c12c7100 to your computer and use it in GitHub Desktop.

Select an option

Save guntidheerajkumar/d00a2a6bc7f2c10e480d8d56c12c7100 to your computer and use it in GitHub Desktop.
public interface ILoadingService
{
void Show (string message = "Loading");
void Hide ();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment