10 lines
149 B
C#
10 lines
149 B
C#
|
|
using System;
|
||
|
|
|
||
|
|
namespace CPF.Mac
|
||
|
|
{
|
||
|
|
[AttributeUsage(AttributeTargets.Delegate)]
|
||
|
|
public class MonoNativeFunctionWrapperAttribute : Attribute
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|