home *** CD-ROM | disk | FTP | other *** search
-
- /*
- * AIInspector.h
- *
- * AIInspector is a subclass of WMInspector responsible for handling
- * the new and revert: messages from the Workspace Manager.
- *
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * Both Terrence Talbot and Digital Tool Works disclaim any warranty
- * of any kind, expressed or implied, as to its fitness for any particular use.
- *
- * Written by: Terrence Talbot
- * Created: Oct/92
- *
- */
-
- #import <apps/Workspace.h>
- #import "AIView.h"
-
- @interface AIInspector:WMInspector
- {
- AIView *myAIView;
- }
-
- + new;
- - revert:sender;
-
- @end
-