initWithIndex_ method

NSIndexPath initWithIndex_(
  1. int index
)

Implementation

NSIndexPath initWithIndex_(int index) {
  final _ret = _lib._objc_msgSend_64(_id, _lib._sel_initWithIndex_1, index);
  return NSIndexPath._(_ret, _lib, retain: true, release: true);
}