// // File: VLPDFWindow.h - Manipulate preview window // // Author(s): // // (MN) Matthias Neeracher // // Copyright © 2005-2011 Matthias Neeracher // #import #import @interface VLPDFWindow : NSWindowController { IBOutlet NSWindowController * sheetWin; IBOutlet PDFView * pdfView; } - (void)reloadPDF; @end