#import "Global.h" NSString *const kArticleHeadlineProperty = @"kArticleHeadlineProperty";; NSString *const kArticleURLProperty = @"kArticleURLProperty"; NSString *const kArticleDescriptionProperty = @"kArticleDescriptionProperty"; NSString *const kArticleDateProperty = @"kArticleDateProperty"; NSString *const kArticleReadProperty = @"kArticleReadProperty"; NSString *const kArticleGroupProperty = @"kArticleGroupProperty"; NSString *const kArticleGroupURLProperty = @"kArticleGroupURLProperty"; NSString *const RSSReaderLogNotification = @"RSSReaderLogNotification"; NSString *const RSSReaderFontChangeNotification = @"RSSReaderFontChangeNotification";; NSString *const RSSReaderAutomaticRefreshIntervalChangeNotification= @"RSSReaderAutomaticRefreshIntervalChangeNotification"; NSString *const RSSReaderToolbarIdentifier = @"RSSReaderToolbarIdentifier"; NSString *const RSSReaderSubscribeToolbarItemIdentifier = @"RSSReaderSubscribeToolbarItemIdentifier"; NSString *const RSSReaderRefreshAllToolbarItemIdentifier = @"RSSReaderRefreshAllToolbarItemIdentifier"; NSString *const RSSReaderSearchToolbarItemIdentifier = @"RSSReaderSearchToolbarItemIdentifier"; NSString *const RSSReaderMainWindowFrameName = @"RSSReaderMainWindowFrameName"; NSString *const RSSReaderRemoveArticlesAfterDefaults = @"RSSReaderRemoveArticlesAfterDefaults"; NSString *const RSSReaderWebBrowserDefaults = @"WebBrowser"; NSString *const RSSReaderBookmarkViewFrameDefaults = @"RSSReaderBookmarkViewFrameDefaults"; NSString *const RSSReaderFeedListFontDefaults = @"FeedListFontDefaults"; NSString *const RSSReaderArticleListFontDefaults = @"ArticleListFontDefaults"; NSString *const RSSReaderArticleContentFontDefaults = @"ArticleContentFontDefaults"; NSString *const RSSReaderFeedListSizeDefaults = @"FeedListSizeDefaults"; NSString *const RSSReaderArticleListSizeDefaults = @"ArticleListSizeDefaults"; NSString *const RSSReaderArticleContentSizeDefaults = @"ArticleContentSizeDefaults"; NSString *const RSSReaderUseSystemFontDefaults = @"RSSReaderUseSystemFontDefaults"; NSString *const RSSReaderUseSystemSizeDefaults = @"RSSReaderUseSystemSizeDefaults"; NSString *const RSSReaderAutomaticRefreshIntervalDefaults = @"RSSReaderAutomaticRefreshIntervalDefaults"; NSString *const RSSReaderFetchAtStartupDefaults = @"RSSReaderFetchAtStartupDefaults";