UIUserActivityRestoring.castFrom constructor
UIUserActivityRestoring.castFrom(
- ObjCObjectBase other
Constructs a UIUserActivityRestoring that points to the same underlying object as other
.
Implementation
UIUserActivityRestoring.castFrom(objc.ObjCObjectBase other) : this._(other.ref.pointer, retain: true, release: true);