8 lines
184 B
C#
8 lines
184 B
C#
namespace YandexMusic.API.Models.Landing
|
|
{
|
|
public class YLandingHeaderButton
|
|
{
|
|
public string Deeplink { get; set; }
|
|
public string Title { get; set; }
|
|
}
|
|
} |