diff --git a/AsyncDisplayKit/ASCellNode.h b/AsyncDisplayKit/ASCellNode.h index ea659ae330..1d642b9b66 100644 --- a/AsyncDisplayKit/ASCellNode.h +++ b/AsyncDisplayKit/ASCellNode.h @@ -124,6 +124,12 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) { @end +@interface ASCellNode (Deprecated) + +- (BOOL)selected ASDISPLAYNODE_DEPRECATED; +- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED; + +@end /** * Simple label-style cell node. Read its source for an example of custom s. @@ -150,9 +156,6 @@ typedef NS_ENUM(NSUInteger, ASCellNodeVisibilityEvent) { */ @property (nonatomic, assign) UIEdgeInsets textInsets; -- (BOOL)selected ASDISPLAYNODE_DEPRECATED; -- (BOOL)highlighted ASDISPLAYNODE_DEPRECATED; - @end NS_ASSUME_NONNULL_END