/headers/Foundation/NSProxy.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 "NSObjectProtocol.h"
00008 
00009 @interface NSProxy <NSObject>
00010 {
00011     Class isa;
00012 }
00013 
00014 + (void)initialize;
00015 + (id)allocWithZone:(struct _NSZone *)fp8;
00016 + (id)alloc;
00017 + (Class)class;
00018 + (id)self;
00019 + (id)retain;
00020 + (void)release;
00021 + (id)autorelease;
00022 + (unsigned int)retainCount;
00023 + (id)copyWithZone:(struct _NSZone *)fp8;
00024 + (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00025 + (BOOL)respondsToSelector:(SEL)fp8;
00026 + (BOOL)isAncestorOfObject:(id)fp8;
00027 + (Class)superclass;
00028 + (id)debugDescription;
00029 + (id)_copyDescription;
00030 + (id)performSelector:(SEL)fp8;
00031 + (id)performSelector:(SEL)fp8 withObject:(id)fp12;
00032 + (id)performSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16;
00033 + (BOOL)isFault;
00034 + (BOOL)isProxy;
00035 + (BOOL)isSubclassOfClass:(Class)fp8;
00036 - (long long)forward:(SEL)fp8:(void *)fp12;
00037 - (id)forwardingTargetForSelector:(SEL)fp8;
00038 - (void)forwardInvocation:(id)fp8;
00039 - (id)methodSignatureForSelector:(SEL)fp8;
00040 - (void)doesNotRecognizeSelector:(SEL)fp8;
00041 - (id)retain;
00042 - (unsigned int)retainCount;
00043 - (void)release;
00044 - (id)autorelease;
00045 - (void)dealloc;
00046 - (void)finalize;
00047 - (Class)superclass;
00048 - (Class)class;
00049 - (id)self;
00050 - (struct _NSZone *)zone;
00051 - (id)description;
00052 - (id)debugDescription;
00053 - (id)_copyDescription;
00054 - (BOOL)isEqual:(id)fp8;
00055 - (unsigned int)hash;
00056 - (id)performSelector:(SEL)fp8;
00057 - (id)performSelector:(SEL)fp8 withObject:(id)fp12;
00058 - (id)performSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16;
00059 - (BOOL)isFault;
00060 - (BOOL)isProxy;
00061 - (BOOL)isKindOfClass:(Class)fp8;
00062 - (BOOL)isMemberOfClass:(Class)fp8;
00063 - (BOOL)conformsToProtocol:(id)fp8;
00064 - (BOOL)respondsToSelector:(SEL)fp8;
00065 
00066 @end
00067