From eadb6cbb0a6a7f4245152aa441371bd6a65f8e6c Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Mon, 29 Feb 2016 09:33:53 -0800 Subject: [PATCH] Fix wrong memory attribute for indexPath attribute in ASIndexedNodeContext --- AsyncDisplayKit/Details/ASIndexedNodeContext.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AsyncDisplayKit/Details/ASIndexedNodeContext.h b/AsyncDisplayKit/Details/ASIndexedNodeContext.h index 7039d1f014..74263172fc 100644 --- a/AsyncDisplayKit/Details/ASIndexedNodeContext.h +++ b/AsyncDisplayKit/Details/ASIndexedNodeContext.h @@ -12,7 +12,7 @@ @interface ASIndexedNodeContext : NSObject @property (nonatomic, readonly, strong) ASCellNodeBlock nodeBlock; -@property (nonatomic, readonly, assign) NSIndexPath *indexPath; +@property (nonatomic, readonly, strong) NSIndexPath *indexPath; @property (nonatomic, readonly, assign) ASSizeRange constrainedSize; - (instancetype)initWithNodeBlock:(ASCellNodeBlock)nodeBlock