NetNewsWire/Frameworks/RSParser/OPML/RSOPMLDocument.h

18 lines
291 B
C
Raw Normal View History

//
// RSOPMLDocument.h
2017-06-26 01:32:07 +02:00
// RSParser
//
// Created by Brent Simmons on 2/28/16.
// Copyright © 2016 Ranchero Software, LLC. All rights reserved.
//
@import Foundation;
#import <RSParser/RSOPMLItem.h>
@interface RSOPMLDocument : RSOPMLItem
@property (nonatomic) NSString *title;
@end