00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface NSObject (NSKeyValueCoding)
00010 + (BOOL)accessInstanceVariablesDirectly;
00011 + (id)_createMutableArrayValueGetterWithContainerClassID:(id)fp8 key:(id)fp12;
00012 - (id)valueForKey:(id)fp8;
00013 - (void)setValue:(id)fp8 forKey:(id)fp12;
00014 - (BOOL)validateValue:(id *)fp8 forKey:(id)fp12 error:(id *)fp16;
00015 - (id)mutableArrayValueForKey:(id)fp8;
00016 - (id)mutableSetValueForKey:(id)fp8;
00017 - (id)valueForKeyPath:(id)fp8;
00018 - (void)setValue:(id)fp8 forKeyPath:(id)fp12;
00019 - (BOOL)validateValue:(id *)fp8 forKeyPath:(id)fp12 error:(id *)fp16;
00020 - (id)mutableArrayValueForKeyPath:(id)fp8;
00021 - (id)mutableSetValueForKeyPath:(id)fp8;
00022 - (id)valueForUndefinedKey:(id)fp8;
00023 - (void)setValue:(id)fp8 forUndefinedKey:(id)fp12;
00024 - (void)setNilValueForKey:(id)fp8;
00025 - (id)dictionaryWithValuesForKeys:(id)fp8;
00026 - (void)setValuesForKeysWithDictionary:(id)fp8;
00027 @end
00028