Skip to content

Commit

Permalink
Change imageData to be nullable in NYTPhoto
Browse files Browse the repository at this point in the history
  • Loading branch information
Danny Zlobinsky committed Jan 4, 2016
1 parent 1d5c692 commit 2329b09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pod/Classes/ios/Protocols/NYTPhoto.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ NS_ASSUME_NONNULL_BEGIN
* The image data to display. This will be preferred over the `image` property.
* In case this is empty `image` will be used. The main advantage of using this is animated gif support.
*/
@property (nonatomic, readonly) NSData *imageData;
@property (nonatomic, readonly, nullable) NSData *imageData;

/**
* A placeholder image for display while the image is loading.
Expand Down

0 comments on commit 2329b09

Please sign in to comment.