22 #import <Foundation/Foundation.h>
30 extern NSString *
const RSSFeedFetchedNotification;
38 extern NSString *
const RSSFeedFetchFailedNotification;
44 extern NSString *
const RSSFeedWillFetchNotification;
53 RSSFeedErrorNoError = 0,
54 RSSFeedErrorNoFetcherError,
55 RSSFeedErrorMalformedURL,
56 RSSFeedErrorDomainNotKnown,
57 RSSFeedErrorServerNotReachable,
58 RSSFeedErrorDocumentNotPresent,
59 RSSFeedErrorMalformedRSS
94 - (NSString*) feedName;
109 - (enum RSSFeedError)
fetch;
134 @protocol RSSMutableFeed <
RSSFeed>
140 - (void) removeArticle: (
id) article;
146 - (void) setFeedName: (NSString*) aFeedName;
156 - (void) setAutoClear: (BOOL) autoClear;