Archived
1

Re-Commit after Time Machine restore

This commit is contained in:
Kim Wittenburg
2012-06-18 23:41:56 +02:00
parent 2567253ed1
commit 98b0e70a8b
22 changed files with 28 additions and 359 deletions

View File

@@ -9,9 +9,11 @@
#import <Foundation/Foundation.h>
@interface Lyrics : NSObject
@property NSString *name;
@property NSString *artist;
@property NSString *lyrics;
-(id)initWithName: (NSString*) name byArtist: (NSString*) artist withLyrics: (NSString*) lyrics;
@end