Skip to content

Commit

Permalink
Fix nullability of ASMultiplexImageNode.imageManager
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai-Holler committed May 7, 2016
1 parent fab117b commit 654518b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AsyncDisplayKit/ASMultiplexImageNode.h
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ typedef NS_ENUM(NSUInteger, ASMultiplexImageNodeErrorCode) {
* @see `+[NSURL URLWithAssetLocalIdentifier:targetSize:contentMode:options:]` below.
*/
@property (nonatomic, strong) PHImageManager *imageManager;
@property (nullable, nonatomic, strong) PHImageManager *imageManager;
#endif
@end

Expand Down

0 comments on commit 654518b

Please sign in to comment.