00001
00002
00003
00004
00005
00006
00007 #import "NSMutableSet.h"
00008
00009 @interface NSMutableSet (NSMutableSet)
00010 + (id)setWithCapacity:(unsigned int)fp8;
00011 - (void)addObject:(id)fp8;
00012 - (void)removeObject:(id)fp8;
00013 - (Class)classForCoder;
00014 - (void)addObjectsFromArray:(id)fp8;
00015 - (void)_replaceObject:(id)fp8;
00016 - (void)_setObject:(id)fp8;
00017 - (void)intersectSet:(id)fp8;
00018 - (void)minusSet:(id)fp8;
00019 - (void)removeAllObjects;
00020 - (void)setSet:(id)fp8;
00021 - (void)unionSet:(id)fp8;
00022 - (id)initWithCapacity:(unsigned int)fp8;
00023 - (id)initWithObjects:(id *)fp8 count:(unsigned int)fp12;
00024 @end
00025