This is IReceiveSpeaker.h in view mode; [Download] [Up]
#import <appkit/Speaker.h>
@interface IReceiveSpeaker : Speaker
{}
-(int)receiveArticle : (char *) data
length : (int) length;
-(int)sendArticleWithMessageID : (char *) messageID;
-(int)makeMimeIconWindowAtpointX : (int) x
pointY : (int) y
offsetX : (int) offx
offsetY : (int) offy
sourceWindow : (int) wnum;
-(int)requestForPost : (char *) newsgroups
sourceWindow : (int) wnum;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.