Remove IHttpResponse

This commit is contained in:
Claus Vium 2019-02-27 14:29:44 +01:00
parent 27e7e792b3
commit 1e97e4d462

View file

@ -1,8 +0,0 @@
using System.Net;
namespace MediaBrowser.Model.Services
{
public interface IHttpResponse : IResponse
{
}
}