@class NSString; @interface BBAssociationSet : NSObject { NSString *_associationSetKey; unsigned long long _associatedObjectMemoryPointerFunction; } + (id)setWithStrongAssociation; + (id)setWithWeakAssociation; - (void)associateObject:(id)a0 withObject:(id)a1; - (void)copyAssociationsForObject:(id)a0 toObject:(id)a1; - (void).cxx_destruct; - (id)associatedObjectsForObject:(id)a0; - (id)_initWithMemoryPointerFunction:(unsigned long long)a0; @end