initWithURL_ method

NSBundle? initWithURL_(
  1. NSURL url
)

Implementation

NSBundle? initWithURL_(NSURL url) {
  final _ret = _lib._objc_msgSend_276(_id, _lib._sel_initWithURL_1, url._id);
  return _ret.address == 0
      ? null
      : NSBundle._(_ret, _lib, retain: true, release: true);
}