xamarin-macios/tests/common/mac/SimpleClass.m

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

2016-05-26 16:06:52 +03:00
#import "SimpleClass.h"
@implementation SimpleClass
- (int)doIt {
NSLog(@"Hello, World!");
return 42;
}
@end