Добавьте файлы проекта.
This commit is contained in:
9
YandexMusic.API/Models/Common/YStyle.cs
Normal file
9
YandexMusic.API/Models/Common/YStyle.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace YandexMusic.API.Models.Common
|
||||
{
|
||||
public class YStyle
|
||||
{
|
||||
public string BgColor { get; set; }
|
||||
public string BorderColor { get; set; }
|
||||
public string TextColor { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user