mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-06-21 16:14:28 +08:00
0.1.8
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace LanMontainDesktop.ComponentSystem.Extensions;
|
||||
|
||||
public interface IComponentExtensionProvider
|
||||
{
|
||||
IReadOnlyList<DesktopComponentDefinition> GetComponents();
|
||||
}
|
||||
Reference in New Issue
Block a user