8 lines
129 B
C#
8 lines
129 B
C#
namespace Unity.PlasticSCM.Editor.UI.StatusBar
|
|
{
|
|
internal interface INotificationContent
|
|
{
|
|
void OnGUI();
|
|
}
|
|
}
|