mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
([NSDictionary -initWithObjects:forKeys:]): Declare method.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@657 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
101037f18a
commit
62baf7de56
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@
|
|||
+ dictionaryWithObjects: (id*)objects forKeys: (NSString**)keys
|
||||
count: (unsigned)count;
|
||||
+ dictionaryWithObjects: (NSArray*)objects forKeys: (NSArray*)keys;
|
||||
- initWithObjects: (NSArray*)objects forKeys: (NSArray*)keys;
|
||||
- initWithObjects: (id*)objects forKeys: (NSString**)keys
|
||||
count: (unsigned)count;
|
||||
- initWithDictionary: (NSDictionary*)otherDictionary;
|
||||
|
|
Loading…
Reference in a new issue