#import "SimpleClass.h" @implementation SimpleClass - (int)doIt { NSLog(@"Hello, World!"); return 42; } @end