Package apple.uikit
Interface UICollectionViewDiffableDataSource.Block_initWithCollectionViewCellProvider
-
- Enclosing class:
- UICollectionViewDiffableDataSource<_SectionIdentifierType,_ItemIdentifierType>
public static interface UICollectionViewDiffableDataSource.Block_initWithCollectionViewCellProvider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UICollectionViewCellcall_initWithCollectionViewCellProvider(UICollectionView collectionView, NSIndexPath indexPath, java.lang.Object itemIdentifier)
-
-
-
Method Detail
-
call_initWithCollectionViewCellProvider
UICollectionViewCell call_initWithCollectionViewCellProvider(UICollectionView collectionView, NSIndexPath indexPath, java.lang.Object itemIdentifier)
-
-