@class NSObject; @protocol OS_dispatch_queue, OS_dispatch_semaphore; @interface PLBoundedConcurrentQueue : NSObject { NSObject *_concurrentQueue; NSObject *_submissionQueue; NSObject *_bound; } - (void)async:(id /* block */)a0; - (void).cxx_destruct; - (void)sync:(id /* block */)a0; - (id)initWithName:(id)a0 concurrencyLimit:(unsigned char)a1; @end