home *** CD-ROM | disk | FTP | other *** search
- /* MiscStringArray_List.h
- *
- * See the docu for information.
- *
- * Written by: Thomas Engel
- * Created: 23.10.1993 (Copyleft)
- * Last modified: 12.11.1994
- */
-
- #import <misckit/MiscString.h>
- #import <misckit/MiscStringArray.h>
-
- @interface MiscStringArray (List)
-
- - objectAt:(unsigned int)index;
-
- @end
-
- /*
- * History: 13.01.95 Buh
- *
- *
- * Bugs: - ...
- */