VocalEasel/Sources/VLPDFView.h
2007-04-27 06:41:34 +00:00

18 lines
259 B
Objective-C

//
// File: VLPDFView.h - Display PDF output for lead sheet
//
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2005-2007 Matthias Neeracher
//
#import <Cocoa/Cocoa.h>
#import <Quartz/Quartz.h>
@interface VLPDFView : PDFView {
}
@end