1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-10-31 16:02:29 +01:00
Sonarr/NzbDrone.Common/Messaging/IEvent.cs
2013-04-24 10:32:03 -07:00

6 lines
93 B
C#

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