1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-03-03 10:26:54 +00:00
Radarr/NzbDrone.Common/Messaging/IEvent.cs

6 lines
93 B
C#
Raw Normal View History

namespace NzbDrone.Common.Messaging
{
public interface IEvent : IMessage
{
}
}