propertyForKeyIfAvailable_ method

NSObject propertyForKeyIfAvailable_(
  1. NSString propertyKey
)

Implementation

NSObject propertyForKeyIfAvailable_(NSString propertyKey) {
  final _ret = _lib._objc_msgSend_31(
      _id, _lib._sel_propertyForKeyIfAvailable_1, propertyKey._id);
  return NSObject._(_ret, _lib, retain: true, release: true);
}