home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.bin / SourceCode / Palettes / TTools / TToolsPalette / Utilities.subproj / SortedListIB.h < prev    next >
Encoding:
Text File  |  1993-11-09  |  435 b   |  22 lines

  1. /* SortedListIB.h
  2.  * Written By:  Thomas Burkholder
  3.  *
  4.  * You may freely copy, distribute, and reuse the code in this example.
  5.  * NeXT disclaims any warranty of any kind, expressed or  implied, as to its
  6.  * fitness for any particular use.
  7.  */
  8.  
  9. #import "SortedList.h"
  10. #import "ClassAgent.h"
  11.  
  12. @interface SortedList (IBImageCategory)
  13.  
  14. - (NXImage *)getIBImage;
  15.  
  16. @end
  17.  
  18. @interface ClassAgent (IBImageCategory)
  19.  
  20. - (NXImage *)getIBImage;
  21.  
  22. @end