/headers/Foundation/NSMutableSet-NSMutableSet.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 "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