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