decodeIntegerForKey_ method

int decodeIntegerForKey_(
  1. NSString key
)

Implementation

int decodeIntegerForKey_(NSString key) {
  return _lib._objc_msgSend_287(
      _id, _lib._sel_decodeIntegerForKey_1, key._id);
}