/headers/Foundation/NSKeyValueAccessor.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 "NSObject.h"
00008 
00009 @class NSString;
00010 
00011 @interface NSKeyValueAccessor : NSObject
00012 {
00013     id _containerClassID;
00014     NSString *_key;
00015     void *_implementation;
00016     SEL _selector;
00017     unsigned int _extraArgumentCount;
00018     void *_extraArgument1;
00019     void *_extraArgument2;
00020     void *_extraArgument3;
00021 }
00022 
00023 - (id)initWithContainerClassID:(id)fp8 key:(id)fp12 implementation:(void *)fp16 selector:(SEL)fp20 extraArguments:(void *[3])fp24 count:(unsigned int)fp28;
00024 - (void)dealloc;
00025 - (void)finalize;
00026 - (id)containerClassID;
00027 - (SEL)selector;
00028 - (id)key;
00029 - (unsigned int)extraArgumentCount;
00030 - (void *)extraArgument1;
00031 - (void *)extraArgument2;
00032 
00033 @end
00034