mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-14 20:04:01 +00:00
8 lines
101 B
C#
8 lines
101 B
C#
using System.Linq;
|
|
|
|
namespace NzbDrone.Common.Eventing
|
|
{
|
|
public interface IEvent
|
|
{
|
|
}
|
|
} |