Fix wrong memory attribute for indexPath attribute in ASIndexedNodeContext

This commit is contained in:
Huy Nguyen 2016-02-29 09:33:53 -08:00
parent 54cde1a3db
commit eadb6cbb0a

View File

@ -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