@class NSString, FBSSerialQueue, NSObject; @protocol OS_dispatch_queue; @interface FBSWorkspaceServiceDispatchingQueue : NSObject { NSObject *_targetQueue; FBSSerialQueue *_callOutQueue; } @property (readonly) unsigned long long hash; @property (readonly) Class superclass; @property (readonly, copy) NSString *description; @property (readonly, copy) NSString *debugDescription; - (void)performAsync:(id /* block */)a0; - (void)assertBarrierOnQueue; - (id)backingQueueIfExists; - (void).cxx_destruct; - (void)performAsync:(id /* block */)a0 withHandoff:(id)a1; - (id)_initWithTargetQueue:(id)a0 callOutQueue:(id)a1; @end