home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer) / NeXT_Developer-3.3.iso / NextDeveloper / Examples / AppKit / SortingInAction / BubbleSort.h next >
Encoding:
Text File  |  1990-10-09  |  126 b   |  11 lines

  1. #import "GenericSort.h"
  2.  
  3. @interface BubbleSort:GenericSort
  4. {}
  5.  
  6. /* Methods overridden from superclass */
  7.  
  8. - init;
  9. - sort;
  10.  
  11. @end