Skip to content
This repository was archived by the owner on Feb 2, 2023. It is now read-only.

Commit 7ecc302

Browse files
author
Scott Goodson
committed
[ASImageNode] remove nullability from imageModificationBlock for Swift bridging.
#1092
1 parent 5a96985 commit 7ecc302

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AsyncDisplayKit/ASImageNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ typedef UIImage * _Nullable (^asimagenode_modification_block_t)(UIImage *image);
8686
* @discussion Can be used to add image effects (such as rounding, adding
8787
* borders, or other pattern overlays) without extraneous display calls.
8888
*/
89-
@property (nullable, nonatomic, readwrite, copy) asimagenode_modification_block_t imageModificationBlock;
89+
@property (nonatomic, readwrite, copy) asimagenode_modification_block_t imageModificationBlock;
9090

9191
/**
9292
* @abstract Marks the receiver as needing display and performs a block after

0 commit comments

Comments
 (0)