Skip to content

Commit

Permalink
Updated IGListSingleSectionController.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Sherlouk authored Jan 9, 2017
1 parent f76b89f commit 866bee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/IGListSingleSectionController.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ typedef CGSize (^IGListSingleSectionCellSizeBlock)(id item, id<IGListCollectionC
Tells the delegate that the section controller was selected.
@param sectionController The section controller that was selected.
@param object The model for the given section
@param object The model for the given section.
*/
- (void)didSelectSectionController:(IGListSingleSectionController *)sectionController
withObject:(id)object;
Expand Down

0 comments on commit 866bee8

Please sign in to comment.