@class NSMutableArray, NSMutableIndexSet; @interface TSPReferenceOrderedSet : NSObject { unsigned long long _capacity; NSMutableArray *_items; NSMutableIndexSet *_objectsIndexSet; NSMutableIndexSet *_removedObjectsIndexSet; NSMutableIndexSet *_lazyReferencesIndexSet; NSMutableIndexSet *_removedLazyReferencesIndexSet; } @property (readonly, nonatomic) unsigned long long count; - (void)minusSet:(id)a0; - (void)enumerateItemsUsingBlock:(id /* block */)a0; - (id)init; - (BOOL)removeItem:(id)a0; - (void)unionSet:(id)a0; - (id)initWithCapacity:(unsigned long long)a0; - (BOOL)addItem:(id)a0; - (BOOL)containsItem:(id)a0; - (id)allObjects; - (void).cxx_destruct; - (id)mutableCopyWithZone:(struct _NSZone { } *)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; @end