Lidarr/NzbDrone.Common/Eventing/IEvent.cs

8 lines
101 B
C#

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