Пример #1
0
 @Callback
 @BindSelector("collectionView:shouldShowMenuForItemAtIndexPath:")
 public static boolean shouldShowMenuForItem(
     UICollectionViewDelegate __self__,
     Selector __cmd__,
     UICollectionView collectionView,
     NSIndexPath indexPath) {
   return __self__.shouldShowMenuForItem(collectionView, indexPath);
 }