Files

7 lines
184 B
C#
Raw Permalink Normal View History

2026-06-08 02:39:44 +08:00
namespace LanMountainDesktop.AirAppSdk;
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)]
public sealed class AirAppEntranceAttribute : Attribute
{
}