mirror of
https://github.com/Radarr/Radarr
synced 2026-01-30 11:22:22 +01: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
|
|
{
|
|
}
|
|
} |