home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1995 August / NEBULA.mdf / Apps / DevTools / ClassEditor.0.3 / Source / MiscStringArray_List.h < prev    next >
Encoding:
Text File  |  1995-02-11  |  371 b   |  24 lines

  1. /* MiscStringArray_List.h                 
  2.  *
  3.  * See the docu for information.
  4.  *
  5.  * Written by:         Thomas Engel
  6.  * Created:            23.10.1993 (Copyleft)
  7.  * Last modified:     12.11.1994
  8.  */
  9.  
  10. #import <misckit/MiscString.h>
  11. #import <misckit/MiscStringArray.h>
  12.  
  13. @interface MiscStringArray (List)
  14.  
  15. - objectAt:(unsigned int)index;
  16.  
  17. @end
  18.  
  19. /*
  20.  * History: 13.01.95 Buh
  21.  *            
  22.  *
  23.  * Bugs: - ...
  24.  */