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 Cursor
|
|
{
|
|
public string Before { get; private set; }
|
|
public string After { get; private set; }
|
|
}
|
|
}
|