namespace GreadyPoang.Core; public interface IOverlayService { void ShowSplash(string text, int duration); void HideSplash(); }