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