8 lines
194 B
C#
8 lines
194 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; }
|
|
} |