attributedTitleForState method
attributedTitleForState:
Implementation
objc.NSAttributedString? attributedTitleForState(int state) {
final _$$ref = object$.ref;
objc.checkOsVersionInternal('UIButton.attributedTitleForState:', iOS: (false, (6, 0, 0)));
final $ret = _objc_msgSend_1g2zxsx(_$$ref.pointer, _sel_attributedTitleForState_, state);
return $ret.address == 0 ? null : objc.NSAttributedString.fromPointer($ret, retain: true, release: true);
}