VocalEasel/Sources/VLSheetViewChords.h
2006-09-12 07:55:28 +00:00

17 lines
290 B
Objective-C

//
// VLSheetViewChords.h
// Vocalese
//
// Created by Matthias Neeracher on 1/4/06.
// Copyright 2006 __MyCompanyName__. All rights reserved.
//
@interface VLSheetView (Chords)
- (IBAction) editChord:(id)sender;
- (IBAction) doneEditingChord:(id)sender;
- (void) setupChords;
@end