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