Spotify.NET/SpotifyAPI/MusicHandler.cs

23 lines
285 B
C#
Raw Normal View History

2014-01-07 15:26:03 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace SpotifyAPIv1
{
class MusicHandler
{
public MusicHandler()
{
}
public void Update()
{
}
}
}