VocalEasel/Sources/VLPDFView.h

16 lines
236 B
C
Raw Normal View History

2006-10-26 08:21:50 +00:00
//
// VLPDFView.h
// Lilypond
//
// Created by Matthias Neeracher on 5/29/05.
// Copyright 2005 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
#import <Quartz/Quartz.h>
@interface VLPDFView : PDFView {
}
@end