Пример #1
0
 @Callback
 @BindSelector("setDelegate:")
 public static void setDelegate(
     UIPopoverController __self__, Selector __cmd__, UIPopoverControllerDelegate delegate) {
   __self__.setDelegate(delegate);
 }