Files
2026-02-16 14:02:58 +01:00

8 lines
119 B
C#

namespace Unity.PlasticSCM.Editor.UI
{
internal interface INotificationContent
{
void OnGUI();
}
}