@class NSOperationQueue, NSHashTable; @interface COObserverSet : NSObject { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; } @property (readonly, nonatomic) NSHashTable *registrations; @property (readonly, nonatomic) NSOperationQueue *queue; - (void)postNotification:(id)a0; - (id)init; - (id)addObserverForName:(id)a0 observable:(id)a1 queue:(id)a2 usingBlock:(id /* block */)a3; - (void)removeObserver:(id)a0; - (void).cxx_destruct; - (id)registeredNames; - (void)_withLock:(id /* block */)a0; @end