mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
Added NSCountedSet interface.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@644 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
4a6c1baac6
commit
18e23a6101
2 changed files with 16 additions and 3 deletions
|
@ -36,11 +36,9 @@
|
|||
@end
|
||||
|
||||
@interface NSMutableSet (GNU)
|
||||
#if 0
|
||||
+ (unsigned) defaultCapacity;
|
||||
- initWithType: (const char *)contentEncoding
|
||||
capacity: (unsigned)aCapacity;
|
||||
#endif
|
||||
@end
|
||||
|
||||
@interface NSCountedSet (GNU) <Collecting>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue