Stor ombearbetning som skall ge splash möjligheter
This commit is contained in:
9
GreadyPoang.ViewModelLayer/Interfaces/ISplashService.cs
Normal file
9
GreadyPoang.ViewModelLayer/Interfaces/ISplashService.cs
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
namespace GreadyPoang.Core;
|
||||
|
||||
public interface ISplashService
|
||||
{
|
||||
Task ShowSplash(string text = "Välkommen!", int durationMs = 3000);
|
||||
Task HideAsync();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user