1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2025-01-20 05:39:24 +00:00
Lidarr/NzbDrone.Common/Eventing/IEvent.cs

8 lines
101 B
C#
Raw Normal View History

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