IGListKit/Source
Nate Stedman a64f9b809d Make IGListGenericSectionController's -didUpdateToObject: properly generic
Summary:
This is currently just `id`, so when you override it, you can't use the local without casting. We should declare it as `ObjectType` so that it gets the specialized type instead.

The implementation just assigns to the generic `_object` property-backing ivar, so no difference in type-safety.

Differential Revision: D23589584

fbshipit-source-id: 3784929f89580fd603fffcf940c7a5b502501bc5
2020-09-09 06:07:45 -07:00
..
IGListDiffKit skip performBatchUpdates if possible 2020-09-08 09:11:12 -07:00
IGListKit Make IGListGenericSectionController's -didUpdateToObject: properly generic 2020-09-09 06:07:45 -07:00
IGListSwiftKit remove non-existing parameters from docblock (#1412) 2019-12-20 10:59:06 -08:00
Info.plist Refine dequeueReusableCellOfClass methods for Swift (#1388) 2019-12-19 08:13:22 -08:00