1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-01-08 06:47:56 +02:00
Sonarr/NzbDrone.Common/Eventing/IEvent.cs

8 lines
101 B
C#

using System.Linq;
namespace NzbDrone.Common.Eventing
{
public interface IEvent
{
}
}