mirror of
https://github.com/Radarr/Radarr
synced 2026-04-27 04:52:25 +02:00
6 lines
No EOL
93 B
C#
6 lines
No EOL
93 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface IEvent : IMessage
|
|
{
|
|
}
|
|
} |