Skip to content

Commit

Permalink
Merge pull request #299 from nytimes/develop
Browse files Browse the repository at this point in the history
chore: update imports
  • Loading branch information
krzysztofzablocki authored Mar 3, 2020
2 parents 7a91671 + ba63cfb commit dc937ae
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions NYTPhotoViewer/NYTPhotoViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#ifdef ANIMATED_GIF_SUPPORT
#import <PINRemoteImage/PINRemoteImage.h>
#import <PINRemoteImage/PINAnimatedImageView.h>
#endif

NSString * const NYTPhotoViewControllerPhotoImageUpdatedNotification = @"NYTPhotoViewControllerPhotoImageUpdatedNotification";
Expand Down
1 change: 1 addition & 0 deletions NYTPhotoViewer/NYTPhotosViewController.m
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#ifdef ANIMATED_GIF_SUPPORT
#import <PINRemoteImage/PINRemoteImage.h>
#import <PINRemoteImage/PINAnimatedImageView.h>
#endif

NSString * const NYTPhotosViewControllerDidNavigateToPhotoNotification = @"NYTPhotosViewControllerDidNavigateToPhotoNotification";
Expand Down
1 change: 1 addition & 0 deletions NYTPhotoViewer/NYTScalingImageView.m
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

#ifdef ANIMATED_GIF_SUPPORT
#import <PINRemoteImage/PINRemoteImage.h>
#import <PINRemoteImage/PINAnimatedImageView.h>
#endif

@interface NYTScalingImageView ()
Expand Down
1 change: 1 addition & 0 deletions NYTPhotoViewerTests/NYTScalingImageViewTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@

#import <NYTPhotoViewer/NYTScalingImageView.h>
#import <PINRemoteImage/PINRemoteImage.h>
#import <PINRemoteImage/PINAnimatedImageView.h>

@interface NYTScalingImageViewTests : XCTestCase

Expand Down

0 comments on commit dc937ae

Please sign in to comment.