1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-14 20:55:01 -04:00
Files
Radarr/NzbDrone.Common/Messaging/IEvent.cs
2013-09-11 17:42:53 -07:00

6 lines
90 B
C#

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