1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2024-12-30 19:56:54 +00:00
Sonarr/NzbDrone.Common/Messaging/IEvent.cs
2013-09-11 17:42:53 -07:00

6 lines
No EOL
90 B
C#

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