00001
00002
00003
00004
00005
00006
00007 #import "NSMutableSet.h"
00008
00009 @interface NSCFSet : NSMutableSet
00010 {
00011 }
00012
00013 - (BOOL)isEqual:(id)fp8;
00014 - (unsigned int)hash;
00015 - (id)retain;
00016 - (oneway void)release;
00017 - (unsigned int)retainCount;
00018 - (void)finalize;
00019 - (Class)classForCoder;
00020 - (id)copyWithZone:(struct _NSZone *)fp8;
00021 - (id)mutableCopyWithZone:(struct _NSZone *)fp8;
00022 - (unsigned int)count;
00023 - (id)member:(id)fp8;
00024 - (unsigned int)countByEnumeratingWithState:(CDAnonymousStruct8 *)fp8 objects:(id *)fp12 count:(unsigned int)fp16;
00025 - (id)objectEnumerator;
00026 - (id)anyObject;
00027 - (void)addObject:(id)fp8;
00028 - (void)removeObject:(id)fp8;
00029 - (void)removeAllObjects;
00030 - (void)getObjects:(id *)fp8;
00031
00032 @end
00033