1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-10 21:12:56 +01:00
Radarr/NzbDrone.Common/Messaging/IEvent.cs

6 lines
93 B
C#
Raw Normal View History

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