@class NSMutableDictionary, NSObject; @protocol OS_dispatch_queue, OS_dispatch_source; @interface DDScanServerDispatcher : NSObject { NSObject *_scannerQueue; NSObject *_workQueue; NSObject *_reportQueue; NSObject *_memoryWarningSource; BOOL _memoryWarningInProgress; NSMutableDictionary *_scanners; BOOL _tearDownRequested; unsigned long long _jobIdentifier; } - (id)init; - (void)dealloc; - (void).cxx_destruct; @end