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