14 lines
225 B
C
14 lines
225 B
C
|
//
|
||
|
// RSAtomParser.h
|
||
|
// RSXML
|
||
|
//
|
||
|
// Created by Brent Simmons on 1/15/15.
|
||
|
// Copyright (c) 2015 Ranchero Software LLC. All rights reserved.
|
||
|
//
|
||
|
|
||
|
#import "FeedParser.h"
|
||
|
|
||
|
@interface RSAtomParser : NSObject <FeedParser>
|
||
|
|
||
|
@end
|