getMainBundle static method

NSBundle getMainBundle()

mainBundle

Implementation

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