Files
jellyfin/MediaBrowser.ApiInteraction.Portable/ApiClient.cs
LukePulverenti Luke Pulverenti luke pulverenti 1523117e9b Removed dead code
2012-09-06 21:27:12 -04:00

14 lines
244 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Net;
using System.IO;
namespace MediaBrowser.ApiInteraction.Portable
{
public class ApiClient : BaseApiClient
{
}
}