initWithAttributedString_ method

  1. @override
NSMutableAttributedString initWithAttributedString_(
  1. NSAttributedString attrStr
)
override

Implementation

@override
NSMutableAttributedString initWithAttributedString_(
    NSAttributedString attrStr) {
  final _ret = _lib._objc_msgSend_717(
      _id, _lib._sel_initWithAttributedString_1, attrStr._id);
  return NSMutableAttributedString._(_ret, _lib, retain: true, release: true);
}