mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Allow nil borderColor when using ASImageNodeRoundBorderModificationBlock (#1686)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user