hasReadablePropertyForKey_ method

bool hasReadablePropertyForKey_(
  1. NSString key
)

Implementation

bool hasReadablePropertyForKey_(NSString key) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_hasReadablePropertyForKey_1, key._id);
}