mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 03:04:00 +00:00
18 lines
259 B
Objective-C
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
|