Initial import.
This commit is contained in:
16
RSXML/NSString+RSXML.h
Normal file
16
RSXML/NSString+RSXML.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// NSString+RSXML.h
|
||||
// RSXML
|
||||
//
|
||||
// Created by Brent Simmons on 9/25/15.
|
||||
// Copyright © 2015 Ranchero Software, LLC. All rights reserved.
|
||||
//
|
||||
|
||||
@import Foundation;
|
||||
|
||||
@interface NSString (RSXML)
|
||||
|
||||
- (NSString *)rs_stringByDecodingHTMLEntities;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user