using NEG.UI.Popup; namespace NegUtils.NEG.UI; internal interface IPopupsHandler { internal static IPopupsHandler Instance => instance; protected static IPopupsHandler instance; void RefreshPopups(); }