Exemplo n.º 1
0
 @Callback
 @BindSelector("collectionView:performAction:forItemAtIndexPath:withSender:")
 public static void performAction(
     UICollectionViewDelegate __self__,
     Selector __cmd__,
     UICollectionView collectionView,
     Selector action,
     NSIndexPath indexPath,
     NSObject sender) {
   __self__.performAction(collectionView, action, indexPath, sender);
 }