home *** CD-ROM | disk | FTP | other *** search
- /* ClassAgent.h
- * Written By: Thomas Burkholder
- *
- * You may freely copy, distribute, and reuse the code in this example.
- * NeXT disclaims any warranty of any kind, expressed or implied, as to its
- * fitness for any particular use.
- */
-
- #import <appkit/appkit.h>
- #import "SortedList.h"
-
- @interface ClassAgent:Object <SortedListAgent>
- {
- }
-
- @end