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