Files
RSXML2/RSXML/RSRSSParser.h
Brent Simmons 051787ee7f Initial import.
2016-12-26 16:20:42 -08:00

14 lines
222 B
Objective-C

//
// RSRSSParser.h
// RSXML
//
// Created by Brent Simmons on 1/6/15.
// Copyright (c) 2015 Ranchero Software LLC. All rights reserved.
//
#import "FeedParser.h"
@interface RSRSSParser : NSObject <FeedParser>
@end