xamarin-macios/tests/generator/bmac_smoke.cs

12 строки
172 B
C#

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