@class NSString, BPSSubscriptionStatus; @protocol BPSPublisher; @interface BPSSink : NSObject { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } _lock; struct os_unfair_recursive_lock_s { struct os_unfair_lock_s { unsigned int _os_unfair_lock_opaque; } ourl_lock; unsigned int ourl_count; } _rlock; } @property (copy, nonatomic) id /* block */ receivedCompletion; @property (copy, nonatomic) id /* block */ receivedValue; @property (nonatomic) long long demand; @property (retain, nonatomic) BPSSubscriptionStatus *status; @property (retain, nonatomic) id publisher; @property (nonatomic) BOOL finished; @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; + (id)new; - (void)_cancel; - (void)subscribeTo:(id)a0; - (id)init; - (void)receiveCompletion:(id)a0; - (void)receiveSubscription:(id)a0; - (id)initWithReceiveCompletion:(id /* block */)a0 receiveInput:(id /* block */)a1; - (long long)receiveInput:(id)a0; - (id)newBookmark; - (void)requestNextEvents; - (id)initWithReceiveBookmarkedCompletion:(id /* block */)a0 receiveInput:(id /* block */)a1; - (void).cxx_destruct; - (void)completeWithError:(id)a0; - (void)cancel; - (id)initWithReceiveBookmarkCompletion:(id /* block */)a0 receiveInput:(id /* block */)a1; - (void)_cancelPublisher:(id)a0; @end