Fixed OPML string export encoding

This commit is contained in:
relikd
2019-01-22 03:45:23 +01:00
parent 8e5938972d
commit 804bc1a6c7
3 changed files with 36 additions and 51 deletions

View File

@@ -48,5 +48,5 @@ extern NSString *OPMLXMLURLKey; //xmlUrl
- (id)attributeForKey:(NSString *)key;
- (NSString *)recursiveDescription;
- (NSString *)exportOPMLAsString;
- (NSXMLDocument *)exportXML;
@end