mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-24 09:48:21 +00:00
unintercepted => non-intercepted, close #774
Summary: Issue fixed: #774 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [ ] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [ ] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/787 Differential Revision: D5129345 Pulled By: rnystrom fbshipit-source-id: 2673191f566a189a1374bfcff8a6639e1cb1fa29
This commit is contained in:
parent
f4cee8060d
commit
4770164599
1 changed files with 2 additions and 2 deletions
|
|
@ -25,8 +25,8 @@ IGLK_SUBCLASSING_RESTRICTED
|
|||
/**
|
||||
Create a new proxy object with targets and interceptor.
|
||||
|
||||
@param collectionViewTarget A UICollectionViewDelegate conforming object that receives unintercepted messages.
|
||||
@param scrollViewTarget A UIScrollViewDelegate conforming object that receives unintercepted messages.
|
||||
@param collectionViewTarget A UICollectionViewDelegate conforming object that receives non-intercepted messages.
|
||||
@param scrollViewTarget A UIScrollViewDelegate conforming object that receives non-intercepted messages.
|
||||
@param interceptor An IGListAdapter object that intercepts a set of messages.
|
||||
|
||||
@return A new IGListAdapterProxy object.
|
||||
|
|
|
|||
Loading…
Reference in a new issue