From 4ac2d52a06d38b54482e0809a72acc19ccff9245 Mon Sep 17 00:00:00 2001 From: Eric Date: Sat, 21 May 2016 05:12:40 +0200 Subject: [PATCH] Allow nil borderColor when using ASImageNodeRoundBorderModificationBlock (#1686) --- AsyncDisplayKit/ASImageNode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/ASImageNode.h b/AsyncDisplayKit/ASImageNode.h index 2760205cff..b9c52dcafe 100644 --- a/AsyncDisplayKit/ASImageNode.h +++ b/AsyncDisplayKit/ASImageNode.h @@ -156,7 +156,7 @@ ASDISPLAYNODE_EXTERN_C_BEGIN * * @returns An ASImageNode image modification block. */ -asimagenode_modification_block_t ASImageNodeRoundBorderModificationBlock(CGFloat borderWidth, UIColor *borderColor); +asimagenode_modification_block_t ASImageNodeRoundBorderModificationBlock(CGFloat borderWidth, UIColor * _Nullable borderColor); /** * @abstract Image modification block that applies a tint color à la UIImage configured with