/headers/Foundation/NSObject-NSObject.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 #import "NSObjectProtocol.h"
00010 
00011 @interface NSObject (NSObject) <NSObject>
00012 + (id)autorelease;
00013 + (Class)class;
00014 + (BOOL)conformsToProtocol:(id)fp8;
00015 + (id)description;
00016 + (id)debugDescription;
00017 + (id)_copyDescription;
00018 + (unsigned int)hash;
00019 + (BOOL)isEqual:(id)fp8;
00020 + (BOOL)isSubclassOfClass:(Class)fp8;
00021 + (BOOL)isKindOfClass:(Class)fp8;
00022 + (BOOL)isMemberOfClass:(Class)fp8;
00023 + (BOOL)isFault;
00024 + (BOOL)isProxy;
00025 + (id)performSelector:(SEL)fp8;
00026 + (id)performSelector:(SEL)fp8 withObject:(id)fp12;
00027 + (id)performSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16;
00028 + (void)release;
00029 + (BOOL)respondsToSelector:(SEL)fp8;
00030 + (id)retain;
00031 + (unsigned int)retainCount;
00032 + (id)self;
00033 + (Class)superclass;
00034 + (struct _NSZone *)zone;
00035 + (void)initialize;
00036 + (void)load;
00037 + (id)alloc;
00038 + (id)allocWithZone:(struct _NSZone *)fp8;
00039 + (id)copy;
00040 + (id)copyWithZone:(struct _NSZone *)fp8;
00041 + (void)dealloc;
00042 + (void)finalize;
00043 + (id)mutableCopy;
00044 + (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00045 + (id)new;
00046 + (id)methodSignatureForSelector:(SEL)fp8;
00047 + (id)instanceMethodSignatureForSelector:(SEL)fp8;
00048 + (void)forwardInvocation:(id)fp8;
00049 + (void)doesNotRecognizeSelector:(SEL)fp8;
00050 + (BOOL)instancesRespondToSelector:(SEL)fp8;
00051 + (void *)instanceMethodForSelector:(SEL)fp8;
00052 + (void *)methodForSelector:(SEL)fp8;
00053 + (BOOL)instancesImplementSelector:(SEL)fp8;
00054 + (BOOL)implementsSelector:(SEL)fp8;
00055 + (void)poseAsClass:(Class)fp8;
00056 + (void)setVersion:(int)fp8;
00057 + (int)version;
00058 + (BOOL)isAncestorOfObject:(id)fp8;
00059 - (id)autorelease;
00060 - (Class)class;
00061 - (BOOL)conformsToProtocol:(id)fp8;
00062 - (id)description;
00063 - (id)debugDescription;
00064 - (id)_copyDescription;
00065 - (unsigned int)hash;
00066 - (BOOL)isEqual:(id)fp8;
00067 - (BOOL)isKindOfClass:(Class)fp8;
00068 - (BOOL)isMemberOfClass:(Class)fp8;
00069 - (BOOL)isFault;
00070 - (BOOL)isProxy;
00071 - (id)performSelector:(SEL)fp8;
00072 - (id)performSelector:(SEL)fp8 withObject:(id)fp12;
00073 - (id)performSelector:(SEL)fp8 withObject:(id)fp12 withObject:(id)fp16;
00074 - (void)release;
00075 - (BOOL)respondsToSelector:(SEL)fp8;
00076 - (id)retain;
00077 - (unsigned int)retainCount;
00078 - (id)self;
00079 - (Class)superclass;
00080 - (struct _NSZone *)zone;
00081 - (id)copy;
00082 - (void)dealloc;
00083 - (void)finalize;
00084 - (id)init;
00085 - (id)mutableCopy;
00086 - (id)methodSignatureForSelector:(SEL)fp8;
00087 - (void)forwardInvocation:(id)fp8;
00088 - (id)forwardingTargetForSelector:(SEL)fp8;
00089 - (id)awakeAfterUsingCoder:(id)fp8;
00090 - (Class)classForCoder;
00091 - (id)replacementObjectForCoder:(id)fp8;
00092 - (void)doesNotRecognizeSelector:(SEL)fp8;
00093 - (void *)methodForSelector:(SEL)fp8;
00094 - (BOOL)implementsSelector:(SEL)fp8;
00095 - (void)perform:(SEL)fp8 withEachObjectInArray:(id)fp12;
00096 @end
00097