9 lines
182 B
C#
9 lines
182 B
C#
namespace YandexMusic.API.Models.Radio
|
|
{
|
|
public class YStationIcon
|
|
{
|
|
public string BackgroundColor { get; set; }
|
|
public string ImageUrl { get; set; }
|
|
}
|
|
}
|