00001
00002
00003
00004
00005
00006
00007 #import "NSObject.h"
00008
00009 @interface NSClassDescription : NSObject
00010 {
00011 }
00012
00013 + (void)registerClassDescription:(id)fp8 forClass:(Class)fp12;
00014 + (void)invalidateClassDescriptionCache;
00015 + (id)classDescriptionForClass:(Class)fp8;
00016 - (void)dealloc;
00017 - (void)finalize;
00018 - (id)attributeKeys;
00019 - (id)toOneRelationshipKeys;
00020 - (id)toManyRelationshipKeys;
00021 - (id)inverseForRelationshipKey:(id)fp8;
00022
00023 @end
00024