This is Controller.h in view mode; [Download] [Up]
/* Generated by Interface Builder */ #import <objc/Object.h> #define NUMSIGDASH 3 /* number of dashes in signature separator */ #define TEXTWIDTH 50 #define QUOTESTRING "> " #define SIGFILENAME ".signature" #define RTFSIGFILENAME ".signature.rtf" #define APPNAME "MailHelper" /* strings used in default database */ #define WIDTH "WrapWidth" #define QUOTE "QuoteString" #define SIGFILE "SignatureFile" #define RTFSIGFILE "RTFSignatureFile" @interface Controller:Object { char quoteString[10]; char sigFile[1024]; char rtfSigFile[1024]; int wrapWidth; } - init; - setQuoteString:(char *)string; - (char *)quoteString; - setSigFile:(char *)string; - (char *)sigFile; - setRtfSigFile:(char *)string; - (char *)RtfSigFile; - setWrapWidth:(int)value; - (int)wrapWidth; - reformatSelection:(id)pbid userData:(const char *)udata error:(char **)errmsg; - quoteSelection:(id)pbid userData:(const char *)udata error:(char **)errmsg; - insertSignature:(id)pbid userData:(const char *)udata error:(char **)errmsg; - insertRtfSignature:(id)pbid userData:(const char *)udata error:(char **)errmsg; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.