#import @interface Talker : NSObject - (void) say: (char*) phrase; @end