Merge pull request #1060 from Bond-009/assinfo

Remove redundant class AssemblyInfo
This commit is contained in:
Vasily
2019-03-12 16:34:21 +03:00
committed by GitHub
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();
}
}