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