mirror of
https://github.com/wwiinnddyy/LanMountainDesktop.git
synced 2026-08-18 15:20:47 +08:00
7 lines
184 B
C#
7 lines
184 B
C#
namespace LanMountainDesktop.AirAppSdk;
|
|
|
|
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
|
|
public sealed class AirAppEntranceAttribute : Attribute
|
|
{
|
|
}
|