From ba63cfb3d2d8a1d048d7442e1b3995796143e592 Mon Sep 17 00:00:00 2001 From: Krzysztof Zablocki Date: Tue, 3 Mar 2020 16:49:47 +0100 Subject: [PATCH] chore: update imports --- NYTPhotoViewer/NYTPhotoViewController.m | 1 + NYTPhotoViewer/NYTPhotosViewController.m | 1 + NYTPhotoViewer/NYTScalingImageView.m | 1 + NYTPhotoViewerTests/NYTScalingImageViewTests.m | 1 + 4 files changed, 4 insertions(+) diff --git a/NYTPhotoViewer/NYTPhotoViewController.m b/NYTPhotoViewer/NYTPhotoViewController.m index 2cf1a85f..d1f05c8f 100644 --- a/NYTPhotoViewer/NYTPhotoViewController.m +++ b/NYTPhotoViewer/NYTPhotoViewController.m @@ -12,6 +12,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif NSString * const NYTPhotoViewControllerPhotoImageUpdatedNotification = @"NYTPhotoViewControllerPhotoImageUpdatedNotification"; diff --git a/NYTPhotoViewer/NYTPhotosViewController.m b/NYTPhotoViewer/NYTPhotosViewController.m index 3fcf027a..6e4cc146 100644 --- a/NYTPhotoViewer/NYTPhotosViewController.m +++ b/NYTPhotoViewer/NYTPhotosViewController.m @@ -20,6 +20,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif NSString * const NYTPhotosViewControllerDidNavigateToPhotoNotification = @"NYTPhotosViewControllerDidNavigateToPhotoNotification"; diff --git a/NYTPhotoViewer/NYTScalingImageView.m b/NYTPhotoViewer/NYTScalingImageView.m index 7e7f59ae..a3467cad 100644 --- a/NYTPhotoViewer/NYTScalingImageView.m +++ b/NYTPhotoViewer/NYTScalingImageView.m @@ -12,6 +12,7 @@ #ifdef ANIMATED_GIF_SUPPORT #import +#import #endif @interface NYTScalingImageView () diff --git a/NYTPhotoViewerTests/NYTScalingImageViewTests.m b/NYTPhotoViewerTests/NYTScalingImageViewTests.m index 8a5b5a35..37e1f0e2 100644 --- a/NYTPhotoViewerTests/NYTScalingImageViewTests.m +++ b/NYTPhotoViewerTests/NYTScalingImageViewTests.m @@ -11,6 +11,7 @@ #import #import +#import @interface NYTScalingImageViewTests : XCTestCase