mirror of
https://github.com/Sonarr/Sonarr
synced 2025-01-01 04:36:37 +00:00
6 lines
81 B
C#
6 lines
81 B
C#
|
namespace NzbDrone.Common.Messaging
|
||
|
{
|
||
|
public interface IMessage
|
||
|
{
|
||
|
}
|
||
|
}
|