UIApplication.as constructor
UIApplication.as(
- ObjCObject other
Constructs a UIApplication that points to the same underlying object as other.
Implementation
UIApplication.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('UIApplication', iOS: (false, (2, 0, 0)));
assert(isA(object$));
}