UIUserActivityRestoring.as constructor

UIUserActivityRestoring.as(
  1. ObjCObject other
)

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

Implementation

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