15 lines
257 B
Objective-C
Executable File
15 lines
257 B
Objective-C
Executable File
//
|
|
// Mp3Lyrics.h
|
|
// iLyrics
|
|
//
|
|
// Created by Kim Wittenburg on 24.06.12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "LyricsHoster.h"
|
|
|
|
@interface MP3Lyrics : NSObject <LyricsHoster>
|
|
|
|
@end
|