mirror of
https://github.com/Sarsoo/Spotify.NET.git
synced 2024-12-25 15:36:26 +00:00
9f6729ad60
Disabled examples for now
11 lines
166 B
C#
11 lines
166 B
C#
using System;
|
|
using SpotifyAPI.Web.Models;
|
|
|
|
namespace SpotifyAPI.Web.Examples.ASP.Models
|
|
{
|
|
public class IndexModel
|
|
{
|
|
public Paging<object> SavedTracks;
|
|
}
|
|
}
|