@class NSHashTable; @interface _UISelectorSet : NSObject <NSCopying> { NSHashTable *_hash; } @property (readonly, nonatomic) unsigned long long count; - (void)minusSet:(id)a0; - (id)init; - (unsigned long long)hash; - (void)intersectSet:(id)a0; - (BOOL)intersectsSet:(id)a0; - (void)unionSet:(id)a0; - (id)description; - (void).cxx_destruct; - (BOOL)isEqual:(id)a0; - (id)copyWithZone:(struct _NSZone { } *)a0; - (id)initWithHash:(id)a0; - (void)removeSelector:(SEL)a0; - (void)addSelector:(SEL)a0; - (BOOL)containsSelector:(SEL)a0; - (BOOL)containsSet:(id)a0; - (void)enumerateSelectorsUsingBlock:(id /* block */)a0; - (id)initWithSelectors:(SEL)a0; @end