mirror of
https://github.com/Readarr/Readarr
synced 2025-12-20 23:35:13 +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
|
|
{
|
|
}
|
|
} |