Skip to content

Commit

Permalink
Rename NSString+RKLink to NSString+RKHTML to prevent conflicts.
Browse files Browse the repository at this point in the history
Fixes issue #71.
  • Loading branch information
samsymons committed Aug 3, 2015
1 parent 10315fd commit 0100501
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Expand Up @@ -21,7 +21,7 @@

#import <Foundation/Foundation.h>

@interface NSString (HTML)
@interface NSString (RKHTML)

- (NSString *)stringByUnescapingHTMLEntities;

Expand Down
Expand Up @@ -19,9 +19,9 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

#import "NSString+HTML.h"
#import "NSString+RKHTML.h"

@implementation NSString (HTML)
@implementation NSString (RKHTML)

- (NSString *)stringByUnescapingHTMLEntities
{
Expand Down
2 changes: 1 addition & 1 deletion Classes/Model/RKLink.m
Expand Up @@ -21,7 +21,7 @@
// THE SOFTWARE.

#import "RKLink.h"
#import "NSString+HTML.h"
#import "NSString+RKHTML.h"
#import "RKLinkEmbeddedMedia.h"

@implementation RKLink
Expand Down
6 changes: 3 additions & 3 deletions Tests/Podfile.lock
Expand Up @@ -36,13 +36,13 @@ DEPENDENCIES:

EXTERNAL SOURCES:
RedditKit:
:path: ../
:path: "../"

SPEC CHECKSUMS:
AFNetworking: e1d86c2a96bb5d2e7408da36149806706ee122fe
Expecta: 78b4e8b0c8291fa4524d7f74016b6065c2e391ec
Mantle: 60acd0cd363e27d945bda0a6b8e90577112d28f3
RedditKit: b7310047b97c4ec40cd32c8380ad441b1d901a73
RedditKit: a08a7d7b722e61f6669c63ccd92aa709acb09607
Specta: eb90708ed77569bbda089f8ead10bb99b8e9489e

COCOAPODS: 0.35.0
COCOAPODS: 0.38.0

0 comments on commit 0100501

Please sign in to comment.