@class NSObject, NSMutableDictionary, PDFRenderingProperties; @protocol PDFPageBackgroundManagerDelegate, OS_dispatch_queue; @interface PDFPageBackgroundManagerPrivate : NSObject { id documentDelegate; PDFRenderingProperties *renderingProperties; unsigned long long activePageIndex; NSMutableDictionary *backgroundImageCache[3]; NSObject *workQueue; BOOL isCancled; BOOL isWorking; BOOL willForceUpdate; } - (void).cxx_destruct; @end