mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 09:18:29 +00:00
remove non-existing parameters from docblock (#1412)
Summary: The `cellClass` parameter was still documented, but no longer present in the method signature. Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1412 Reviewed By: lorixx Differential Revision: D19178421 Pulled By: iperry90 fbshipit-source-id: 17e69db2c5d52581bfd205b5557c6564cf0e5673
This commit is contained in:
parent
1a44045dce
commit
ee883d308d
1 changed files with 0 additions and 2 deletions
|
|
@ -13,7 +13,6 @@ extension ListCollectionContext {
|
|||
Dequeues a cell from the collection view reuse pool.
|
||||
|
||||
- Parameters:
|
||||
- cellClass: The class of the cell you want to dequeue.
|
||||
- reuseIdentifier: A reuse identifier for the specified cell. This parameter may be `nil`.
|
||||
- sectionController: The section controller requesting this information.
|
||||
- index: The index of the cell.
|
||||
|
|
@ -41,7 +40,6 @@ extension ListCollectionContext {
|
|||
Dequeues a cell from the collection view reuse pool.
|
||||
|
||||
- Parameters:
|
||||
- cellClass: The class of the cell you want to dequeue.
|
||||
- sectionController: The section controller requesting this information.
|
||||
- index: The index of the cell.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue