home *** CD-ROM | disk | FTP | other *** search
- /* MiscStringArray_List.m
- *
- * See the docu for information.
- *
- * For interface-info see the header file. The comments in this file mostly
- * cover only the real implementation details.
- *
- * Written by: Thomas Engel
- * Created: 23.10.1993 (Copyleft)
- * Last modified: 12.11.1994
- */
-
-
- #import "MiscStringArray_List.h"
-
- @implementation MiscStringArray (List)
-
- - objectAt:(unsigned int)index
- {
- return [strings objectAt:index];
- }
-
- @end
-
- /*
- * History: 13.01.95 Buh
- *
- *
- * Bugs: - ...
- */