NSUserActivity.as constructor
NSUserActivity.as(
- ObjCObject other
Constructs a NSUserActivity that points to the same underlying object as other.
Implementation
NSUserActivity.as(objc.ObjCObject other) : object$ = other {
objc.checkOsVersionInternal('NSUserActivity', iOS: (false, (8, 0, 0)), macOS: (false, (10, 10, 0)));
}