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