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