Spotify.NET/SpotifyAPI.Web/Clients/Interfaces/ITracksClient.cs
2020-05-04 23:04:59 +02:00

7 lines
70 B
C#

namespace SpotifyAPI.Web
{
public interface ITracksClient
{
}
}