home *** CD-ROM | disk | FTP | other *** search
-
- /* Generated by Interface Builder */
-
- #import <appkit/Application.h>
-
- @interface ExampleApp:Application
- {
- id mysteryMatrix;
- id infoWindow;
- id mysteryScroller;
- id mysteryWindow;
- }
-
- - appDidInit:sender;
- - setMysteryMatrix:anObject;
- - setInfoWindow:anObject;
- - setMysteryScroller:anObject;
- - setMysteryWindow:anObject;
- - mysteryAction:sender;
-
- @end
-