using System; namespace CPF.Mac { [AttributeUsage(AttributeTargets.Delegate)] public class MonoNativeFunctionWrapperAttribute : Attribute { } }