This is MailSpeaker.h in view mode; [Download] [Up]
#import <appkit/Speaker.h> @interface MailSpeaker : Speaker {} -(int)openSend; -(int)setTo : (char *) toString; -(int)setCc : (char *) ccString; -(int)setSubject : (char *) subjectString; -(int)setBody : (char *) bodyString; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.