@class NSObject; @protocol OS_dispatch_queue, BUCountingAssertionProviderDelegate; @interface BUCountingAssertionProvider : NSObject { NSObject *_queue; unsigned long long _count; id _delegate; } - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (BOOL)_endAssertion; - (id)_newAssertion:(BOOL)a0; - (id)newAssertion; - (id)newExtendingAssertion; @end