1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00
Files
Sonarr/NzbDrone.Common/Eventing/IEvent.cs
T

8 lines
101 B
C#

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