mirror of
https://github.com/Radarr/Radarr
synced 2025-03-03 10:26:54 +00:00
6 lines
81 B
C#
6 lines
81 B
C#
|
namespace NzbDrone.Common.Messaging
|
||
|
{
|
||
|
public interface IMessage
|
||
|
{
|
||
|
}
|
||
|
}
|