Insert contents of <objects/NSString.h>

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1402 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Andrew McCallum 1996-04-17 13:10:23 +00:00
parent b5b33107e9
commit 160f60b5e3

View file

@ -1,5 +1,5 @@
/* Interface for NSObject for GNUStep
Copyright (C) 1995 Free Software Foundation, Inc.
Copyright (C) 1995, 1996 Free Software Foundation, Inc.
Written by: R. Andrew McCallum <mccallum@gnu.ai.mit.edu>
Date: 1995
@ -276,4 +276,14 @@ compiler warning.
@interface NXConstantString : NSGCString
@end
#ifndef NO_GNUSTEP
#include <objects/IndexedCollecting.h>
#include <objects/String.h>
@interface NSString (GNU) <String,IndexedCollecting>
@end
#endif /* NO_GNUSTEP */
#endif /* __NSString_h_OBJECTS_INCLUDE */