OverLayService avlägsnad

This commit is contained in:
2025-10-04 07:57:22 +02:00
parent cbf018a890
commit 11f0594233
5 changed files with 3 additions and 32 deletions

View File

@ -1,7 +0,0 @@
namespace GreadyPoang.Core;
public interface IOverlayService
{
void ShowSplash(string text, int duration);
void HideSplash();
}