diff --git a/NYTPhotoViewer/NYTPhotosViewController.m b/NYTPhotoViewer/NYTPhotosViewController.m index e9877b7c..e0dabdd1 100644 --- a/NYTPhotoViewer/NYTPhotosViewController.m +++ b/NYTPhotoViewer/NYTPhotosViewController.m @@ -579,7 +579,7 @@ - (NSInteger)totalItemCount { return self.dataSource.numberOfPhotos.integerValue + numberOfInterstitialViews; } -#pragma mark - UIPageViewControllerDelegate +#pragma mark - UIPageViewControllerDataSource /// internal helper method for the following two delegate methods