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:
Koen Punt 2019-12-20 10:57:25 -08:00 committed by Facebook Github Bot
parent 1a44045dce
commit ee883d308d

View file

@ -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.