Fix iOS build target

This commit is contained in:
relikd
2019-09-14 13:43:37 +02:00
parent 994cbd29c2
commit ea7cc9c36f
5 changed files with 26 additions and 8 deletions

View File

@@ -48,5 +48,7 @@ extern NSString *OPMLXMLURLKey; //xmlUrl
- (id)attributeForKey:(NSString *)key;
- (NSString *)recursiveDescription;
#ifdef TARGET_MAC
- (NSXMLDocument *)exportXML;
#endif
@end