Files
YandexMusic/YandexMusic.API/Models/Passport/YPushApp.cs

7 lines
181 B
C#

namespace YandexMusic.API.Models.Passport;
public class YPushApp
{
public string App { get; set; } = string.Empty;
public string Platform { get; set; } = string.Empty;
}