00001
00002
00003
00004
00005
00006
00007 #import "NSDictionary.h"
00008
00009 @interface NSPlaceholderDictionary : NSDictionary
00010 {
00011 }
00012
00013 - (id)initWithObjects:(id *)fp8 forKeys:(id *)fp12 count:(unsigned int)fp16;
00014 - (id)initWithObjects_ex:(id *)fp8 forKeys:(id *)fp12 count:(unsigned int)fp16;
00015 - (id)init;
00016 - (id)initWithContentsOfFile:(id)fp8;
00017 - (id)initWithContentsOfURL:(id)fp8;
00018 - (unsigned int)count;
00019 - (id)objectForKey:(id)fp8;
00020 - (id)keyEnumerator;
00021
00022 @end
00023