Beginning story list refactor.

This commit is contained in:
Samuel Clay 2014-02-11 16:55:15 -08:00
parent 7af3b78c47
commit c439f18b73

View file

@ -126,13 +126,8 @@
@synthesize storyCount; @synthesize storyCount;
@synthesize storyLocationsCount; @synthesize storyLocationsCount;
@synthesize visibleUnreadCount; @synthesize visibleUnreadCount;
@synthesize savedStoriesCount; @synthesize savedStoriesCount;
@synthesize totalUnfetchedStoryCount;
@synthesize remainingUnfetchedStoryCount;
@synthesize latestFetchedStoryDate;
@synthesize latestCachedImageDate;
@synthesize totalUncachedImagesCount;
@synthesize remainingUncachedImagesCount;
@synthesize originalStoryCount; @synthesize originalStoryCount;
@synthesize selectedIntelligence; @synthesize selectedIntelligence;
@synthesize activeOriginalStoryURL; @synthesize activeOriginalStoryURL;
@ -165,6 +160,13 @@
@synthesize backgroundCompletionHandler; @synthesize backgroundCompletionHandler;
@synthesize cacheImagesOperationQueue; @synthesize cacheImagesOperationQueue;
@synthesize totalUnfetchedStoryCount;
@synthesize remainingUnfetchedStoryCount;
@synthesize latestFetchedStoryDate;
@synthesize latestCachedImageDate;
@synthesize totalUncachedImagesCount;
@synthesize remainingUncachedImagesCount;
+ (NewsBlurAppDelegate*) sharedAppDelegate { + (NewsBlurAppDelegate*) sharedAppDelegate {
return (NewsBlurAppDelegate*) [UIApplication sharedApplication].delegate; return (NewsBlurAppDelegate*) [UIApplication sharedApplication].delegate;
} }