7 lines
181 B
C#
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;
|
|
} |