@class NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface EFCoalescer : NSObject { id /* block */ _coalescerAction; struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; id _coalescedValue; NSObject *_queue; NSObject *_coalescer; } - (void)dealloc; - (void).cxx_destruct; - (void)_handleCoalesceEvent; - (void)coalesceValue:(id)a0; - (id)initWithCoalescingAction:(id /* block */)a0; @end