v2.0.0 release; move all docref to header + optional NSXML
This commit is contained in:
@@ -45,12 +45,12 @@
|
||||
return _parsedFeed;
|
||||
}
|
||||
|
||||
/// @return @c NSDate by parsing RFC 822 and 8601 date strings.
|
||||
// docref in header
|
||||
- (NSDate *)dateFromCharacters:(NSData *)data {
|
||||
return RSDateWithBytes(data.bytes, data.length);
|
||||
}
|
||||
|
||||
/// @return currentString by removing HTML encoded entities.
|
||||
// docref in header
|
||||
- (NSString *)decodeHTMLEntities:(NSString *)str {
|
||||
return [str rsxml_stringByDecodingHTMLEntities];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user