This is ConvertObject.h in view mode; [Download] [Up]
#import <appkit/appkit.h> #define FILE_EXTENSION "m" @interface ConvertObject:View { long lines; long blanks; long comments; char filename[MAXPATHLEN]; id linesOutlet; id blnkOutlet; id comOutlet; id fileOutlet; BOOL haveOpenedDocument; /* whether we have opened a document */ } - convertMethod:sender; @end
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.