1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-12-14 11:23:42 +02:00
Sonarr/NzbDrone.Common/Eventing/IEvent.cs

8 lines
101 B
C#
Raw Normal View History

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