VocalEasel/Sources/VLAppController.h
2006-10-24 07:15:46 +00:00

18 lines
264 B
Objective-C

//
// VLAppController.h
// Vocalese
//
// Created by Matthias Neeracher on 10/23/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
#import <Cocoa/Cocoa.h>
@interface VLAppController : NSObject {
}
- (IBAction) playNewPitch:(id)sender;
@end