@class NSObject; @protocol OS_dispatch_queue; @interface AXActionCoalescer : NSObject { NSObject *_targetQueue; id /* block */ _block; NSObject *_consistencyQueue; BOOL _coalescing; } + (id)mainQueueCoalescerWithBlock:(id /* block */)a0; - (void).cxx_destruct; - (id)initWithQueue:(id)a0 block:(id /* block */)a1; - (void)performCoalescedAsynchronously; @end