NSObjectProtocol.as constructor

NSObjectProtocol.as(
  1. ObjCObject other
)

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

Implementation

NSObjectProtocol.as(objc.ObjCObject other) : object$ = other;