luxlabs header browser preview


@class NSKeyValueMutatingSetMethodSet;

@interface NSKeyValueFastMutableSet : NSKeyValueMutableSet {
    NSKeyValueMutatingSetMethodSet *_mutatingMethods;
}

- (void)setSet:(id)a0;
- (void)minusSet:(id)a0;
- (void)_proxyNonGCFinalize;
- (void)intersectSet:(id)a0;
- (id)_proxyInitWithContainer:(id)a0 getter:(id)a1;
- (void)unionSet:(id)a0;
- (void)removeAllObjects;
- (void)addObjectsFromArray:(id)a0;
- (void)removeObject:(id)a0;
- (void)addObject:(id)a0;

@end