mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
7 lines
87 B
C#
7 lines
87 B
C#
namespace Kyoo.Models
|
|
{
|
|
public interface IPlugin
|
|
{
|
|
public string Name { get; }
|
|
}
|
|
} |