mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-05 22:37:45 +01:00
17 lines
253 B
Objective-C
Executable File
17 lines
253 B
Objective-C
Executable File
//
|
|
// 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
|
|
|