mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 01:38:26 +00:00
Summary:
Differential Revision: D4450244 Pulled By: jessesquires fbshipit-source-id: 05145178606bea3aeab8d1855e21eff459111134
This commit is contained in:
parent
2074eba50e
commit
6e00787eb7
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue