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

  1. /* MiscStringArray_List.m                 
  2.  *
  3.  * See the docu for information.
  4.  *
  5.  * For interface-info see the header file. The comments in this file mostly
  6.  * cover only the real implementation details.
  7.  *
  8.  * Written by:         Thomas Engel
  9.  * Created:            23.10.1993 (Copyleft)
  10.  * Last modified:     12.11.1994
  11.  */
  12.  
  13.  
  14. #import "MiscStringArray_List.h"
  15.  
  16. @implementation MiscStringArray (List)
  17.  
  18. - objectAt:(unsigned int)index
  19. {
  20.     return [strings objectAt:index];
  21. }
  22.  
  23. @end
  24.  
  25. /*
  26.  * History: 13.01.95 Buh
  27.  *            
  28.  *
  29.  * Bugs: - ...
  30.  */