Exemplo n.º 1
0
 @Callback
 @BindSelector("collectionView:didEndDisplayingCell:forItemAtIndexPath:")
 public static void didEndDisplayingCell(
     UICollectionViewDelegate __self__,
     Selector __cmd__,
     UICollectionView collectionView,
     UICollectionViewCell cell,
     NSIndexPath indexPath) {
   __self__.didEndDisplayingCell(collectionView, cell, indexPath);
 }