15 lines
309 B
Objective-C
Executable File
15 lines
309 B
Objective-C
Executable File
//
|
|
// LyricsHosterUtil.h
|
|
// iLyrics
|
|
//
|
|
// Created by Kim Wittenburg on 22.06.12.
|
|
// Copyright (c) 2012 __MyCompanyName__. All rights reserved.
|
|
//
|
|
|
|
#import <Foundation/Foundation.h>
|
|
|
|
@interface NSString(LyricsHosterUtil)
|
|
-(NSString *) stringByRemovingHTMLTags;
|
|
-(NSString *) stringByFormattingForURL;
|
|
@end
|