Differential Revision: D4450244

Pulled By: jessesquires

fbshipit-source-id: 05145178606bea3aeab8d1855e21eff459111134
This commit is contained in:
Tim Oliver 2017-01-23 11:13:21 -08:00 committed by Facebook Github Bot
parent 2074eba50e
commit 6e00787eb7

View file

@ -96,9 +96,9 @@
@property (nonatomic, weak, nullable) id <IGListWorkingRangeDelegate> workingRangeDelegate;
/**
An object that handles display events for the section controller. Can be `nil`.
An object that handles scroll events for the section controller. Can be `nil`.
@return An object that conforms to `IGListDisplayDelegate` or `nil`.
@return An object that conforms to `IGListScrollDelegate` or `nil`.
@note You may wish to return `self` if your section controller implements this protocol.
*/