alloc static method
alloc
Implementation
static NSAttributedString alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSAttributedString, _sel_alloc);
return NSAttributedString.fromPointer($ret, retain: false, release: true);
}
alloc
static NSAttributedString alloc() {
final $ret = _objc_msgSend_151sglz(_class_NSAttributedString, _sel_alloc);
return NSAttributedString.fromPointer($ret, retain: false, release: true);
}