mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-24 23:16:28 +00:00
9 lines
152 B
C#
9 lines
152 B
C#
namespace SpotifyAPI.Web
|
|
{
|
|
public class Copyright
|
|
{
|
|
public string Text { get; private set; }
|
|
public string Type { get; private set; }
|
|
}
|
|
}
|