14 lines
256 B
Objective-C
14 lines
256 B
Objective-C
//
|
|
// Magistrix.h
|
|
// iLyrics
|
|
//
|
|
// Created by Kim Wittenburg on 14.06.12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
#import "LyricsHoster.h"
|
|
|
|
@interface Magistrix : NSObject <LyricsHoster>
|
|
@end
|