mirror of
https://github.com/microtherion/VocalEasel.git
synced 2024-12-22 19:23:59 +00:00
16 lines
248 B
C
16 lines
248 B
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;
|
||
|
|
||
|
- (void) setupChords;
|
||
|
|
||
|
@end
|