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

16 строки
136 B
Mathematica
Исходник Обычный вид История

2016-04-26 15:00:35 +03:00
#include "libframework.h"
int
theUltimateAnswer ()
{
return 42;
}
@implementation FrameworkTest
{
}
-(int) func
{
return 42;
}
@end