From df366e5142ed7d7b5701091a5f3016745ca57409 Mon Sep 17 00:00:00 2001 From: Eric Slosser Date: Tue, 28 Apr 2020 15:04:00 -0400 Subject: [PATCH] style: use the right protocol name in the comment --- NYTPhotoViewer/NYTPhotosViewController.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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