/headers/Foundation/NSArray-NSKeyValueCodingPrivate.h

gehe zur Dokumentation dieser Datei
00001 /*
00002  *     Generated by class-dump 3.1.1.
00003  *
00004  *     class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2006 by Steve Nygard.
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