@class NSManagedObject, NSPropertyDescription; @interface _NSFaultingMutableSet : NSMutableSet { int _cd_rc; struct _NSFaultingMutableSetFlags { unsigned char _isFault : 1; unsigned char _mustPropagateDelete : 1; unsigned short _reserved : 14; unsigned short _relationship : 16; } _flags; id _realSet; NSManagedObject *_source; } @property (readonly, nonatomic) NSManagedObject *source; @property (readonly, nonatomic) NSPropertyDescription *relationship; @property (readonly, nonatomic, getter=isFault) BOOL fault; + (id)allocWithZone:(struct _NSZone { } *)a0; + (BOOL)accessInstanceVariablesDirectly; + (Class)classForKeyedUnarchiver; + (id)alloc; - (void)setSet:(id)a0; - (void)minusSet:(id)a0; - (id)objectEnumerator; - (BOOL)isSubsetOfSet:(id)a0; - (id)retain; - (BOOL)isEqualToSet:(id)a0; - (void)intersectSet:(id)a0; - (BOOL)intersectsSet:(id)a0; - (id)valueForKeyPath:(id)a0; - (id)member:(id)a0; - (void)setValue:(id)a0 forKey:(id)a1; - (void)dealloc; - (void)willReadWithContents:(id)a0; - (void)makeObjectsPerformSelector:(SEL)a0; - (unsigned long long)retainCount; - (id)anyObject; - (void)unionSet:(id)a0; - (void)removeAllObjects; - (id)initWithSource:(id)a0 forRelationship:(id)a1 asFault:(BOOL)a2; - (void)addObjectsFromArray:(id)a0; - (BOOL)containsObject:(id)a0; - (void)willRead; - (id)initWithSource:(id)a0 destinations:(id)a1 forRelationship:(id)a2 inContext:(id)a3; - (unsigned long long)count; - (void)makeObjectsPerformSelector:(SEL)a0 withObject:(id)a1; - (void)turnIntoFault; - (BOOL)_tryRetain; - (void)enumerateObjectsWithOptions:(unsigned long long)a0 usingBlock:(id /* block */)a1; - (void)getObjects:(id *)a0; - (id)descriptionWithLocale:(id)a0; - (Class)classForCoder; - (BOOL)_shouldProcessKVOChange; - (id)allObjects; - (id)replacementObjectForCoder:(id)a0; - (BOOL)_isIdenticalFault:(id)a0; - (id)description; - (BOOL)_isDeallocating; - (id)objectsWithOptions:(unsigned long long)a0 passingTest:(id /* block */)a1; - (void)removeObject:(id)a0; - (BOOL)isEqual:(id)a0; - (void)addObject:(id)a0; - (id)valueForKey:(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; - (oneway void)release; - (id)copyWithZone:(struct _NSZone { } *)a0; @end