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

Commit b4698a4

Browse files
committed
Minor change
1 parent c9ca481 commit b4698a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AsyncDisplayKit/ASCellNode.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) {
7474
*/
7575
@property (nonatomic, assign) BOOL neverShowPlaceholders;
7676

77-
//TODO shouldn't this be a generic kind (e.g includes ASDataControllerRowNodeKind)?
7877
/*
7978
* The kind of supplementary element this node represents, if any.
8079
*
8180
* @return The supplementary element kind, or @c nil if this node does not represent a supplementary element.
8281
*/
82+
//TODO change this to be a generic "kind" or "elementKind" that exposes `nil` for row kind
8383
@property (nonatomic, copy, readonly, nullable) NSString *supplementaryElementKind;
8484

8585
/*

AsyncDisplayKit/Details/ASIndexedNodeContext.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
2222
* property too heavily – we should remove it in the future.
2323
*/
2424
@property (nonatomic, readonly, strong) NSIndexPath *indexPath;
25-
//TODO shouldn't this be a generic kind (e.g includes ASDataControllerRowNodeKind)?
25+
//TODO change this to be a generic "kind" or "elementKind" that exposes `nil` for row kind
2626
@property (nonatomic, readonly, copy, nullable) NSString *supplementaryElementKind;
2727
@property (nonatomic, assign) ASSizeRange constrainedSize;
2828
@property (weak, nonatomic) id<ASTraitEnvironment> traitEnvironment;

0 commit comments

Comments
 (0)