mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-20 13:19:16 +00:00
Fix wrong memory attribute for indexPath attribute in ASIndexedNodeContext
This commit is contained in:
parent
54cde1a3db
commit
eadb6cbb0a
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user