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