writeProperty_forKey_ method

bool writeProperty_forKey_(
  1. NSObject propertyValue,
  2. NSString propertyKey
)

Implementation

bool writeProperty_forKey_(NSObject propertyValue, NSString propertyKey) {
  return _lib._objc_msgSend_260(_id, _lib._sel_writeProperty_forKey_1,
      propertyValue._id, propertyKey._id);
}