v2.0.0 release; move all docref to header + optional NSXML

This commit is contained in:
relikd
2019-09-14 14:58:11 +02:00
parent ea7cc9c36f
commit 631ddc9064
25 changed files with 108 additions and 83 deletions

View File

@@ -27,6 +27,7 @@
// <feed> <entry>
// https://validator.w3.org/feed/docs/rfc4287.html
/// Feed parser for Atom xml feeds. Expects the tags @c <feed> and @c <entry> to be existent.
@interface RSAtomParser : RSFeedParser
@end