コード例 #1
0
 @Callback
 @BindSelector("setPresentsWithGesture:")
 public static void setPresentsWithGesture(
     UISplitViewController __self__, Selector __cmd__, boolean presentsWithGesture) {
   __self__.setPresentsWithGesture(presentsWithGesture);
 }