7 lines
156 B
C#
7 lines
156 B
C#
namespace YandexMusic.API.Models.Common;
|
|
|
|
public class YCloseButtonStyles
|
|
{
|
|
public YStyle White { get; set; }
|
|
public YStyle Black { get; set; }
|
|
} |