mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Insert contents of <objects/NSArray.h>
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1398 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d48a531546
commit
2d35ad28b8
1 changed files with 19 additions and 0 deletions
|
@ -101,4 +101,23 @@
|
|||
|
||||
@end
|
||||
|
||||
#ifndef STRICT_OPENSTEP
|
||||
|
||||
#include <objects/IndexedCollecting.h>
|
||||
#include <objects/String.h>
|
||||
|
||||
/* Eventually we'll make a Constant version of this protocol. */
|
||||
@interface NSArray (GNU) <IndexedCollecting>
|
||||
@end
|
||||
|
||||
@interface NSMutableArray (GNU)
|
||||
+ (unsigned) defaultCapacity;
|
||||
+ (unsigned) defaultGrowFactor;
|
||||
- setCapacity: (unsigned)newCapacity;
|
||||
- (unsigned) growFactor;
|
||||
- setGrowFactor: (unsigned)aNum;
|
||||
@end
|
||||
|
||||
#endif /* STRICT_OPENSTEP */
|
||||
|
||||
#endif /* __NSArray_h_OBJECTS_INCLUDE */
|
||||
|
|
Loading…
Reference in a new issue