localizedStringWithFormat static method
localizedStringWithFormat:
Implementation
static NSString localizedStringWithFormat(NSString format) {
final $ret = _objc_msgSend_1sotr3r(
_class_NSString,
_sel_localizedStringWithFormat_,
format.ref.pointer,
);
return NSString.fromPointer($ret, retain: true, release: true);
}