hasWritablePropertyForKey_ method

bool hasWritablePropertyForKey_(
  1. NSString key
)

Implementation

bool hasWritablePropertyForKey_(NSString key) {
  return _lib._objc_msgSend_63(
      _id, _lib._sel_hasWritablePropertyForKey_1, key._id);
}