mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Beginning story list refactor.
This commit is contained in:
parent
7af3b78c47
commit
c439f18b73
1 changed files with 8 additions and 6 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue