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