home *** CD-ROM | disk | FTP | other *** search
/ Superpower (Alt) / SUPERPOWER.iso / q / source / dictlist.h < prev    next >
Encoding:
Text File  |  1996-08-08  |  165 b   |  13 lines

  1.  
  2. #import <appkit/appkit.h>
  3.  
  4. @interface DictList:List
  5. {
  6. }
  7.  
  8. - initListFromFile:(FILE *)fp;
  9. - writeListFile:(char *)filename;
  10. - (id) findDictKeyword:(char *)key;
  11.  
  12. @end
  13.