#import <Cocoa/Cocoa.h>

@interface Greeter : NSObject {
}
// START_HIGHLIGHT
- (void) sayHello;
// END_HIGHLIGHT
@end
