Files
Readarr/src/NzbDrone.Common/Messaging/IEvent.cs
T
Qstick f77a2feeef StyleCop (#1058)
* Stylecop Rules and Fixes
2020-01-03 07:49:24 -05:00

7 lines
91 B
C#

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