mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-26 16:06:27 +00:00
14 lines
229 B
C#
14 lines
229 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace SpotifyAPI.Web
|
|
{
|
|
public class TestResponseObject
|
|
{
|
|
public bool HelloWorld { get; set; }
|
|
}
|
|
}
|