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