// // RSParser.h // RSParser // // Created by Brent Simmons on 6/20/17. // Copyright © 2017 Ranchero Software, LLC. All rights reserved. // @import Foundation; // To parse RSS, Atom, JSON Feed, and RSS-in-JSON the easy way, see FeedParser.swift. #import // Dates #import // OPML #import #import #import #import #import #import // For writing your own XML parser. #import // You should use FeedParser (Swift) instead of these two specific parsers // and the objects they create. // But they’re available if you want them. #import #import #import #import // HTML #import #import #import #import // For writing your own HTML parser. // Utilities #import #import