Skip to content

Instantly share code, notes, and snippets.

@jeevan-vj
Created February 24, 2018 14:38
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save jeevan-vj/35286d1d05475f9b2a4dfa082d83b62f to your computer and use it in GitHub Desktop.
IToastMessageService.cs
public interface IToastMessageService
{
void ShowToastMessage(string message);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment