6 lines
143 B
C#
6 lines
143 B
C#
namespace YandexMusic.API.Models.Landing.Entity.Entities;
|
|
|
|
public class YAlbumMenuItem : YBlockEntity
|
|
{
|
|
public string Title { get; set; }
|
|
} |