@class NSString, BPSSubscriptionStatus; @protocol BPSSubscriber; @interface _BPSHandleEventsInner : BMBookmarkableSubscription { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; BPSSubscriptionStatus *_status; id /* block */ _receiveSubscription; id /* block */ _receiveOutput; id /* block */ _receiveCompletion; id /* block */ _receiveCancel; id /* block */ _receiveRequest; } @property (retain, nonatomic) id downstream; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)receiveCompletion:(id)a0; - (id)upstreamSubscriptions; - (void)receiveSubscription:(id)a0; - (void)requestDemand:(long long)a0; - (long long)receiveInput:(id)a0; - (void).cxx_destruct; - (void)cancel; - (id)initWithDownstream:(id)a0 handleEvents:(id)a1; @end