21 #import <Foundation/NSObject.h>
22 #import <Foundation/NSURL.h>
23 #import "RSSFeedProtocol.h"
29 extern NSString* RSSArticleChangedNotification;
36 @protocol RSSArticle <NSObject>
38 - (NSString*) headline;
44 - (NSString*) content;
77 -(void) setAutoClear: (BOOL) autoClear;
104 - (id<RSSFeed>) feed;
110 - (NSDictionary*) plistDictionary;
123 - (void) willBeReplacedByArticle: (
id) newArticle;
144 - (void) addLink:(NSURL*) anURL;
151 - (void) setLinks: (NSArray*) someLinks;
154 - (void) setFeed: (
id) aFeed;
159 - (void) setDate: (NSDate*) aDate;