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:
appleguy
2016-01-14 22:12:52 -08:00

View File

@@ -15,7 +15,7 @@
{
UICollectionViewFlowLayout *_flowLayout;
ASPagerNodeProxy *_proxy;
id <ASPagerNodeDataSource> _pagerDataSource;
__weak id <ASPagerNodeDataSource> _pagerDataSource;
}
@end