mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-12 17:11:12 +00:00
Tweak
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@17243 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
6111504cb2
commit
11822288e4
1 changed files with 1 additions and 2 deletions
|
@ -32,6 +32,7 @@
|
||||||
#include <Foundation/Foundation.h>
|
#include <Foundation/Foundation.h>
|
||||||
#else
|
#else
|
||||||
#include <Foundation/NSObject.h>
|
#include <Foundation/NSObject.h>
|
||||||
|
#include <Foundation/NSString.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@class NSArray;
|
@class NSArray;
|
||||||
|
@ -41,8 +42,6 @@
|
||||||
@class NSDictionary;
|
@class NSDictionary;
|
||||||
@class NSMutableDictionary;
|
@class NSMutableDictionary;
|
||||||
@class NSScanner;
|
@class NSScanner;
|
||||||
@class NSString;
|
|
||||||
@class NSMutableString;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* A trivial class for mantaining state while decoding/encoding data.
|
* A trivial class for mantaining state while decoding/encoding data.
|
||||||
|
|
Loading…
Reference in a new issue