home *** CD-ROM | disk | FTP | other *** search
- /* SortedListIB.m
- * 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 "SortedListIB.h"
-
- @implementation SortedList (IBImageCategory)
-
- - (NXImage *)getIBImage
- {
- return [NXImage findImageNamed:"SortedListIcon"];
- }
-
- @end
-
- @implementation ClassAgent (IBImageCategory)
-
- - (NXImage *)getIBImage
- {
- return [NXImage findImageNamed:"ClassAgentIcon"];
- }
-
- @end