VocalEasel/Tests/TVLStringAccidentals.h

20 lines
356 B
C
Raw Normal View History

//
// TVLStringAccidentals.h
// VocalEasel
//
// Created by Matthias Neeracher on 8/27/11.
// Copyright 2011 Apple Computer. All rights reserved.
//
#import <Foundation/Foundation.h>
@interface NSString (TVLStringAccidentals)
- (NSString *)sharp;
- (NSString *)flat;
- (NSString *)natural;
- (NSString *)doubleSharp;
- (NSString *)doubleFlat;
@end