Remove redundent class AssemblyInfo

This commit is contained in:
Bond-009
2019-03-07 18:10:55 +01:00
parent 8a53b60912
commit e91dd14b31
7 changed files with 15 additions and 65 deletions

View File

@@ -1,14 +0,0 @@
using System;
using System.IO;
using System.Reflection;
namespace MediaBrowser.Model.Reflection
{
public interface IAssemblyInfo
{
Stream GetManifestResourceStream(Type type, string resource);
string[] GetManifestResourceNames(Type type);
Assembly[] GetCurrentAssemblies();
}
}