15 lines
298 B
Objective-C
Executable File
15 lines
298 B
Objective-C
Executable File
//
|
|
// Songtexte.h
|
|
// iLyrics
|
|
//
|
|
// Created by Kim Wittenburg on 22.06.12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
// Representing http://www.songtexte.com
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "LyricsHoster.h"
|
|
|
|
@interface Songtexte : NSObject <LyricsHoster>
|
|
@end
|