This is EditSpeaker.h in view mode; [Download] [Up]
#import <appkit/Speaker.h>
@interface EditSpeaker : Speaker
{}
-(int)openFile : (char *) fileName
onHost : (char *) hostName
atTrueLine : (int) line;
-(int)openFile : (char *) fileName
onHost : (char *) hostName
fromTrueLine : (int) line1
to : (int) line2;
@end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.