2020-08-22 19:56:24 +00:00
|
|
|
#pragma warning disable CS1591
|
|
|
|
|
2018-12-27 23:27:57 +00:00
|
|
|
namespace MediaBrowser.Controller
|
|
|
|
{
|
|
|
|
public interface IResourceFileManager
|
|
|
|
{
|
2019-06-09 22:53:16 +00:00
|
|
|
string GetResourcePath(string basePath, string virtualPath);
|
2018-12-27 23:27:57 +00:00
|
|
|
}
|
|
|
|
}
|