([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:
Andrew McCallum 1995-11-03 16:13:35 +00:00
parent 101037f18a
commit 62baf7de56

View file

@ -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;