diff --git a/clients/ios/Classes/NewsBlurAppDelegate.m b/clients/ios/Classes/NewsBlurAppDelegate.m index 2e011a387..506d6e5a8 100644 --- a/clients/ios/Classes/NewsBlurAppDelegate.m +++ b/clients/ios/Classes/NewsBlurAppDelegate.m @@ -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; }