mirror of
https://github.com/Lidarr/Lidarr
synced 2026-04-23 13:11:27 +02:00
6 lines
No EOL
90 B
C#
6 lines
No EOL
90 B
C#
namespace NzbDrone.Common.Messaging
|
|
{
|
|
public interface IEvent : IMessage
|
|
{
|
|
}
|
|
} |