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