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