9 lines
220 B
C#
9 lines
220 B
C#
namespace YandexMusic.API.Models.Common
|
|
{
|
|
public class YStyle
|
|
{
|
|
public string BgColor { get; set; }
|
|
public string BorderColor { get; set; }
|
|
public string TextColor { get; set; }
|
|
}
|
|
} |