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 storyLocationsCount;
|
||||
@synthesize visibleUnreadCount;
|
||||
|
||||
@synthesize savedStoriesCount;
|
||||
@synthesize totalUnfetchedStoryCount;
|
||||
@synthesize remainingUnfetchedStoryCount;
|
||||
@synthesize latestFetchedStoryDate;
|
||||
@synthesize latestCachedImageDate;
|
||||
@synthesize totalUncachedImagesCount;
|
||||
@synthesize remainingUncachedImagesCount;
|
||||
@synthesize originalStoryCount;
|
||||
@synthesize selectedIntelligence;
|
||||
@synthesize activeOriginalStoryURL;
|
||||
|
@ -165,6 +160,13 @@
|
|||
@synthesize backgroundCompletionHandler;
|
||||
@synthesize cacheImagesOperationQueue;
|
||||
|
||||
@synthesize totalUnfetchedStoryCount;
|
||||
@synthesize remainingUnfetchedStoryCount;
|
||||
@synthesize latestFetchedStoryDate;
|
||||
@synthesize latestCachedImageDate;
|
||||
@synthesize totalUncachedImagesCount;
|
||||
@synthesize remainingUncachedImagesCount;
|
||||
|
||||
+ (NewsBlurAppDelegate*) sharedAppDelegate {
|
||||
return (NewsBlurAppDelegate*) [UIApplication sharedApplication].delegate;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue