00001
00002
00003
00004
00005
00006
00007 #import "NSArray.h"
00008
00009 @interface NSArray (NSKeyValueCodingPrivate)
00010 - (id)_valueForKeyPath:(id)fp8 ofObjectAtIndex:(unsigned int)fp12;
00011 - (id)_mutableArrayValueForKeyPath:(id)fp8 ofObjectAtIndex:(unsigned int)fp12;
00012 - (id)_mutableSetValueForKeyPath:(id)fp8 ofObjectAtIndex:(unsigned int)fp12;
00013 - (void)_setValue:(id)fp8 forKeyPath:(id)fp12 ofObjectAtIndex:(unsigned int)fp16;
00014 - (BOOL)_validateValue:(id *)fp8 forKeyPath:(id)fp12 ofObjectAtIndex:(unsigned int)fp16 error:(id *)fp20;
00015 @end
00016