mirror of
https://github.com/Radarr/Radarr
synced 2025-12-14 04:15:02 +01:00
6 lines
No EOL
90 B
C#
6 lines
No EOL
90 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface IEvent : IMessage
|
|
{
|
|
}
|
|
} |