MyPDFView.h

// ======================================================================================================================
//  MyPDFView.h
// ======================================================================================================================
 
 
#import <Cocoa/Cocoa.h>
#import <Quartz/Quartz.h>
 
 
@interface MyPDFView : PDFView
{
}
 
- (void) transformContextForPage: (PDFPage *) page;
 
@end