NSBundle.as constructor

NSBundle.as(
  1. ObjCObject other
)

Constructs a NSBundle that points to the same underlying object as other.

Implementation

NSBundle.as(objc.ObjCObject other) : object$ = other {
  assert(isA(object$));
}