Skip to content

Instantly share code, notes, and snippets.

@olxios
Created June 5, 2016 11:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save olxios/4fcff1b312e8c7d7603ba7944b8162b8 to your computer and use it in GitHub Desktop.
Save olxios/4fcff1b312e8c7d7603ba7944b8162b8 to your computer and use it in GitHub Desktop.
#import "ViewController.h"
@interface ViewController () <UIPageViewControllerDataSource>
@property (nonatomic, strong) NSArray *contentImages;
@property (nonatomic, strong) UIPageViewController *pageViewController;
@end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment