00001
00002
00003
00004
00005
00006
00007 #import "NSMutableDictionary.h"
00008
00009 @interface NSPlaceholderMutableDictionary : NSMutableDictionary
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)initWithCapacity:(unsigned int)fp8;
00016 - (id)init;
00017 - (id)initWithContentsOfFile:(id)fp8;
00018 - (id)initWithContentsOfURL:(id)fp8;
00019 - (unsigned int)count;
00020 - (id)objectForKey:(id)fp8;
00021 - (id)keyEnumerator;
00022 - (void)setObject:(id)fp8 forKey:(id)fp12;
00023 - (void)removeObjectForKey:(id)fp8;
00024
00025 @end
00026