// // KMPDFMultiplePrintWindowController.h // PDF Reader Pro Edition // // Created by 丁林圭 on 2018/5/17. // #import #import @interface KMPDFMultiplePrintWindowController : NSWindowController - (id)initWithPDFDocument:(PDFDocument *)PDFDocument; - (id)initWithPDFFilePath:(NSString *)filePath password:(nullable NSString *)password; @end