mirror of https://github.com/Sonarr/Sonarr
6 lines
93 B
C#
6 lines
93 B
C#
|
namespace NzbDrone.Common.Messaging
|
|||
|
{
|
|||
|
public interface IEvent : IMessage
|
|||
|
{
|
|||
|
}
|
|||
|
}
|