mirror of
https://github.com/Ranchero-Software/NetNewsWire.git
synced 2025-01-28 17:59:31 +01:00
14 lines
222 B
Objective-C
Executable File
14 lines
222 B
Objective-C
Executable File
//
|
|
// 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
|