home *** CD-ROM | disk | FTP | other *** search
-
- #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
-