/headers/Foundation/_NSZombie.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 @interface _NSZombie
00008 {
00009 }
00010 
00011 + (void)initialize;
00012 + (Class)class;
00013 + (id)self;
00014 + (Class)superclass;
00015 + (BOOL)isFault;
00016 + (BOOL)isProxy;
00017 - (long long)forward:(SEL)fp8:(void *)fp12;
00018 - (id)forwardingTargetForSelector:(SEL)fp8;
00019 - (BOOL)isFault;
00020 - (BOOL)isProxy;
00021 - (Class)class;
00022 - (Class)superclass;
00023 - (id)self;
00024 - (struct _NSZone *)zone;
00025 - (BOOL)respondsToSelector:(SEL)fp8;
00026 - (id)methodSignatureForSelector:(SEL)fp8;
00027 - (void)forwardInvocation:(id)fp8;
00028 - (void)doesNotRecognizeSelector:(SEL)fp8;
00029 - (id)retain;
00030 - (unsigned int)retainCount;
00031 - (void)release;
00032 - (id)autorelease;
00033 - (void)dealloc;
00034 - (void)finalize;
00035 - (id)stringByAppendingFormat:(id)fp8;
00036 - (void)appendFormat:(id)fp8;
00037 
00038 @end
00039