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