@class NSObject; @protocol OS_dispatch_source, OS_dispatch_queue, OS_dispatch_group; @interface RCOperationThrottler : NSObject { NSObject *_dispatchSource; NSObject *_serialQueue; NSObject *_handlerSynchronizationGroup; } @property BOOL suspended; - (id)init; - (id)initWithDelegate:(id)a0 updateQueue:(id)a1; - (void)dealloc; - (void)tickleWithCompletion:(id /* block */)a0; - (void)addCompletionForCurrentOperation:(id /* block */)a0; - (void).cxx_destruct; - (id)initWithDelegate:(id)a0; - (void)tickle; @end