mirror of
https://github.com/Readarr/Readarr.git
synced 2026-03-29 18:14:28 -04:00
6 lines
93 B
C#
6 lines
93 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface IEvent : IMessage
|
|
{
|
|
}
|
|
} |