From ddfa43f663a6ce8790f2a681dcce7c308e71b3bb Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 3 Nov 1995 16:13:35 +0000 Subject: [PATCH] ([NSDictionary -initWithObjects:forKeys:]): Declare method. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@657 72102866-910b-0410-8b05-ffd578937521 --- Headers/gnustep/base/NSDictionary.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Headers/gnustep/base/NSDictionary.h b/Headers/gnustep/base/NSDictionary.h index 55fa3fc74..e7723d4f5 100644 --- a/Headers/gnustep/base/NSDictionary.h +++ b/Headers/gnustep/base/NSDictionary.h @@ -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;