22#import <Foundation/Foundation.h>
30extern NSString *
const RSSFeedFetchedNotification;
38extern NSString *
const RSSFeedFetchFailedNotification;
44extern 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;