home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/Application.h>
-
- #define DEBUGGING FALSE
- #define FILEEXT "txt"
-
- @interface DocApp:Application
- {
- id openPanel;
- id savePanel;
- }
-
- // Outlet Initialization
-
- - openPanel;
- - savePanel;
-
- // Class Methods
-
- - newDocument:sender;
- - openDocument:sender;
-
- @end
-