mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:20:47 +08:00
10 lines
342 B
C#
10 lines
342 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
public static class AirAppHostPropertyKeys
|
|
{
|
|
public const string HostApplicationName = "HostApplicationName";
|
|
public const string HostVersion = "HostVersion";
|
|
public const string AirAppSdkApiVersion = "AirAppSdkApiVersion";
|
|
public const string HostLanguageCode = "HostLanguageCode";
|
|
}
|