mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-07 15:41:43 +01:00
17 lines
253 B
C
17 lines
253 B
C
|
//
|
||
|
// 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
|
||
|
|