Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save kenshin03/8301816 to your computer and use it in GitHub Desktop.
Save kenshin03/8301816 to your computer and use it in GitHub Desktop.
#import "FeedItem.h"
#import "ItemSource.h"
#import "PSHCoverFeedPageViewController.h"
#import "PSHCoverFeedViewController.h"
#import "PSHFacebookDataService.h"
#import "PSHMenuViewController.h"
#import "PSHMessagingViewController.h"
@interface PSHCoverFeedViewController () <
UIPageViewControllerDataSource,
PSHCoverFeedPageViewControllerDelegate,
PSHMenuViewControllerDelegate,
PSHMessagingViewControllerDelegate
>
@property (nonatomic, strong) NSMutableArray * feedItemsArray;
@property (nonatomic, strong) UIPageViewController * feedsPageViewController;
@property (nonatomic, strong) NSDateFormatter * dateFormatter;
@property (nonatomic, strong) PSHCoverFeedPageViewController * currentPagePageViewController;
@property (nonatomic, strong) PSHMenuViewController * menuViewController;
@property (nonatomic, strong) UIView * menuView;
@property (nonatomic, strong) UIView * messagingView;
@property (nonatomic, strong) PSHFacebookDataService * facebookDataService;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment