Re-Commit after Time Machine restore
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user