characterAtIndex_ method

int characterAtIndex_(
  1. int index
)

Implementation

int characterAtIndex_(int index) {
  return _lib._objc_msgSend_18(_id, _lib._sel_characterAtIndex_1, index);
}