mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-02-08 20:34:39 +00:00
Merge pull request #1066 from facebook/PagerWeak
[ASPagerNode] Ensure new pager component has a weak reference to the data source.
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{
|
||||
UICollectionViewFlowLayout *_flowLayout;
|
||||
ASPagerNodeProxy *_proxy;
|
||||
id <ASPagerNodeDataSource> _pagerDataSource;
|
||||
__weak id <ASPagerNodeDataSource> _pagerDataSource;
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user