예제 #1
0
 @Callback
 @BindSelector("collectionView:didEndDisplayingSupplementaryView:forElementOfKind:atIndexPath:")
 public static void didEndDisplayingSupplementaryView(
     UICollectionViewDelegate __self__,
     Selector __cmd__,
     UICollectionView collectionView,
     UICollectionReusableView view,
     String elementKind,
     NSIndexPath indexPath) {
   __self__.didEndDisplayingSupplementaryView(collectionView, view, elementKind, indexPath);
 }