1234567891011121314151617 |
- //
- // KMPDFPosterPrintWindowController.h
- // PDF Reader Pro Edition
- //
- // Created by 丁林圭 on 2018/4/3.
- //
- #import <Cocoa/Cocoa.h>
- #import <Quartz/Quartz.h>
- @interface KMPDFPosterPrintWindowController : NSWindowController
- - (id)initWithPDFDocument:(PDFDocument *)PDFDocument;
- - (id)initWithPDFFilePath:(NSString *)filePath password:(nullable NSString *)password;
- @end
|