mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
16 lines
236 B
C
16 lines
236 B
C
|
//
|
||
|
// 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
|