mirror of
https://gitlab.com/Kwoth/nadekobot.git
synced 2025-09-11 09:48:26 -04:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace NadekoBot.Core.Modules.Music
|
|
{
|
|
public interface IRadioResolver : IPlatformQueryResolver
|
|
{
|
|
|
|
}
|
|
} |