UIApplicationDelegate.as constructor
UIApplicationDelegate.as(
- ObjCObject other
Constructs a UIApplicationDelegate that points to the same underlying object as other.
Implementation
UIApplicationDelegate.as(objc.ObjCObject other) : object$ = other;