Created
March 30, 2017 07:28
-
-
Save guntidheerajkumar/d00a2a6bc7f2c10e480d8d56c12c7100 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
| 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