mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-19 15:23:24 +08:00
7 lines
103 B
C#
7 lines
103 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public interface IDesktopShellHost
|
|
{
|
|
void Initialize();
|
|
}
|