Created
June 5, 2016 11:15
-
-
Save olxios/4fcff1b312e8c7d7603ba7944b8162b8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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