xamarin-macios/tests/mac-binding-project/MobileBinding/ApiDefinition.cs

12 строки
169 B
C#

using Foundation;
#if !FRAMEWORK_TEST
namespace Simple {
[BaseType (typeof (NSObject))]
interface SimpleClass {
[Export ("doIt")]
int DoIt ();
}
}
#endif