diff --git a/Source/IGListKit/IGListGenericSectionController.h b/Source/IGListKit/IGListGenericSectionController.h index c2e61736..e0cf25e1 100644 --- a/Source/IGListKit/IGListGenericSectionController.h +++ b/Source/IGListKit/IGListGenericSectionController.h @@ -33,7 +33,7 @@ NS_SWIFT_NAME(ListGenericSectionController) @note This `IGListSectionController` subclass sets its object in this method, so any overrides **must call super**. */ -- (void)didUpdateToObject:(id)object NS_REQUIRES_SUPER; +- (void)didUpdateToObject:(ObjectType)object NS_REQUIRES_SUPER; @end