git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@12507 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
CaS 2002-02-12 12:37:12 +00:00
parent 72e9ea20f1
commit f537c83c85
2 changed files with 6 additions and 0 deletions

View file

@ -27,6 +27,8 @@
#include <Foundation/NSObject.h>
#include <Foundation/NSException.h>
#ifndef STRICT_OPENSTEP
@class NSArray;
@class NSDictionary;
@class NSString;
@ -59,3 +61,5 @@ GS_EXPORT NSString* const NSClassDescriptionNeededForClassNotification;
#endif
#endif

View file

@ -31,6 +31,7 @@
@class NSDictionary;
@class NSString;
#ifndef STRICT_OPENSTEP
@interface NSObject (NSKeyValueCoding)
@ -52,4 +53,5 @@
@end
#endif
#endif