Files
2026-08-11 23:03:55 +08:00

7 lines
103 B
C#

namespace LanMountainDesktop.AirAppSdk;
public interface IDesktopShellHost
{
void Initialize();
}