mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-28 10:48:46 +00:00
8 lines
101 B
C#
8 lines
101 B
C#
|
using System.Linq;
|
|||
|
|
|||
|
namespace NzbDrone.Common.Eventing
|
|||
|
{
|
|||
|
public interface IEvent
|
|||
|
{
|
|||
|
}
|
|||
|
}
|