using System; namespace CPF.Mac.Foundation { [AttributeUsage(AttributeTargets.Assembly)] public sealed class LinkerSafeAttribute : Attribute { } }