KMPDFPosterPrintWindowController.h 379 B

1234567891011121314151617
  1. //
  2. // KMPDFPosterPrintWindowController.h
  3. // PDF Reader Pro Edition
  4. //
  5. // Created by 丁林圭 on 2018/4/3.
  6. //
  7. #import <Cocoa/Cocoa.h>
  8. #import <Quartz/Quartz.h>
  9. @interface KMPDFPosterPrintWindowController : NSWindowController
  10. - (id)initWithPDFDocument:(PDFDocument *)PDFDocument;
  11. - (id)initWithPDFFilePath:(NSString *)filePath password:(nullable NSString *)password;
  12. @end