update plugin interfaces
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
using System;
|
||||
using System.IO;
|
||||
|
||||
namespace MediaBrowser.Model.Reflection
|
||||
{
|
||||
public interface IAssemblyInfo
|
||||
{
|
||||
Stream GetManifestResourceStream(Type type, string resource);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user