Stor ombearbetning som skall ge splash möjligheter
This commit is contained in:
7
GreadyPoang.ViewModelLayer/Interfaces/IOverlayService.cs
Normal file
7
GreadyPoang.ViewModelLayer/Interfaces/IOverlayService.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace GreadyPoang.Core;
|
||||
|
||||
public interface IOverlayService
|
||||
{
|
||||
void ShowSplash(string text, int duration);
|
||||
void HideSplash();
|
||||
}
|
||||
Reference in New Issue
Block a user