xamarin-macios/tests/test-libraries/libframework.m

16 строки
136 B
Objective-C

#include "libframework.h"
int
theUltimateAnswer ()
{
return 42;
}
@implementation FrameworkTest
{
}
-(int) func
{
return 42;
}
@end