mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2024-12-18 20:34:46 +01:00
14 lines
225 B
Objective-C
Executable File
14 lines
225 B
Objective-C
Executable File
//
|
|
// 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
|