luxlabs header browser preview


@interface MFEmailSet : EAEmailAddressSet {
    struct __CFSet { } *_set;
}

+ (id)set;

- (void)setSet:(id)a0;
- (void)minusSet:(id)a0;
- (id)objectEnumerator;
- (BOOL)isSubsetOfSet:(id)a0;
- (id)serializedRepresentation;
- (BOOL)isEqualToSet:(id)a0;
- (id)initWithSet:(id)a0;
- (id)init;
- (void)intersectSet:(id)a0;
- (BOOL)intersectsSet:(id)a0;
- (id)member:(id)a0;
- (void)dealloc;
- (void)unionSet:(id)a0;
- (void)removeAllObjects;
- (id)initWithCapacity:(unsigned long long)a0;
- (unsigned long long)count;
- (id)allObjects;
- (void)removeObject:(id)a0;
- (id)_generateAllObjectsFromSelector:(SEL)a0;
- (void)addObject:(id)a0;
- (unsigned long long)countByEnumeratingWithState:(struct { unsigned long long x0; id *x1; unsigned long long *x2; unsigned long long x3[5]; } *)a0 objects:(id *)a1 count:(unsigned long long)a2;
- (id)mutableCopyWithZone:(struct _NSZone { } *)a0;
- (void)_setupSetWithCapacity:(unsigned long long)a0;
- (id)allCommentedAddresses;
- (id)copyWithZone:(struct _NSZone { } *)a0;

@end