xamarin-macios/tests/generator/bmac_smoke.cs

10 строки
171 B
C#

using Foundation;
namespace Test {
[BaseType (typeof (NSObject))]
interface TestBMACLib {
[Export ("addTwoRows:withSecond:")]
int Add (int first, int second);
}
}