From d8e99e00bd8faffbebb4f1bc78a3a7fe10c9c3d8 Mon Sep 17 00:00:00 2001 From: Adlai Holler Date: Fri, 9 Oct 2015 20:27:38 -0700 Subject: [PATCH] Remove public needsMeasure --- AsyncDisplayKit/ASCellNode.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/AsyncDisplayKit/ASCellNode.h b/AsyncDisplayKit/ASCellNode.h index 96970cc479..ffc3ba1007 100644 --- a/AsyncDisplayKit/ASCellNode.h +++ b/AsyncDisplayKit/ASCellNode.h @@ -54,11 +54,6 @@ - (void)touchesEnded:(NSSet *)touches withEvent:(UIEvent *)event ASDISPLAYNODE_REQUIRES_SUPER; - (void)touchesCancelled:(NSSet *)touches withEvent:(UIEvent *)event ASDISPLAYNODE_REQUIRES_SUPER; -/* - * - */ -@property (nonatomic) BOOL needsMeasure; - @end