getMainBundle static method
mainBundle
Implementation
static NSBundle getMainBundle() {
final $ret = _objc_msgSend_151sglz(_class_NSBundle, _sel_mainBundle);
return NSBundle.fromPointer($ret, retain: true, release: true);
}
mainBundle
static NSBundle getMainBundle() {
final $ret = _objc_msgSend_151sglz(_class_NSBundle, _sel_mainBundle);
return NSBundle.fromPointer($ret, retain: true, release: true);
}