1- (void)myMethod {
2    NSInteger rowCount = [sectionProvider collectionView:self.collectionView
3    numberOfRowsInSection:section];
4}
5