4 lines
90 B
C#
4 lines
90 B
C#
namespace Toolkit.Framework.Foundation;
|
|
|
|
public interface INotification : IMessage { }
|