11 lines
158 B
C#
11 lines
158 B
C#
|
|
|||
|
namespace MediaBrowser.Controller.Entities
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// Marker interface
|
|||
|
/// </summary>
|
|||
|
public interface IItemByName
|
|||
|
{
|
|||
|
}
|
|||
|
}
|