VocalEasel/Sources/VLPDFView.h

18 lines
259 B
C
Raw Normal View History

2006-10-26 08:21:50 +00:00
//
2007-04-27 06:41:34 +00:00
// File: VLPDFView.h - Display PDF output for lead sheet
2006-10-26 08:21:50 +00:00
//
2007-04-27 06:41:34 +00:00
// Author(s):
//
// (MN) Matthias Neeracher
//
// Copyright © 2005-2007 Matthias Neeracher
2006-10-26 08:21:50 +00:00
//
#import <Cocoa/Cocoa.h>
#import <Quartz/Quartz.h>
@interface VLPDFView : PDFView {
}
@end