Files
jellyfin-jellyfin-1/MediaBrowser.ApiInteraction.Portable/ApiClient.cs

14 lines
244 B
C#
Raw Normal View History

2012-09-06 21:25:09 -04:00
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
{
}
}