Ejemplo n.º 1
0
 @Callback
 @BindSelector("setPassthroughViews:")
 public static void setPassthroughViews(
     UIPopoverController __self__, Selector __cmd__, NSArray passthroughViews) {
   __self__.setPassthroughViews(passthroughViews);
 }