@Callback
 @BindSelector("collectionView:shouldDeselectItemAtIndexPath:")
 public static boolean shouldDeselectItem(
     UICollectionViewDelegate __self__,
     Selector __cmd__,
     UICollectionView collectionView,
     NSIndexPath indexPath) {
   return __self__.shouldDeselectItem(collectionView, indexPath);
 }