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