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