This is Bbl2rtf.h in view mode; [Download] [Up]
#import <appkit/appkit.h> @interface Bbl2rtf:Object { id stack; int token; int lastToken; int html; int citeNumber; NXStream *textStream; NXStream *memStream; int fLength; int fMaxLength; char *fBuffer; } - initFromStream:(NXStream *)stream; - initFromFile:(const char *)fname; - (BOOL) convert2Rtf; - (BOOL) convert2HTML; - saveTo:(const char *)fname; - (NXStream *)stream; - appendRTF:(const char *)string; - convertTeX; - free; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.