NSUndoManager.as constructor

NSUndoManager.as(
  1. ObjCObject other
)

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

Implementation

NSUndoManager.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('NSUndoManager', iOS: (false, (3, 0, 0)), macOS: (false, (10, 0, 0)));
}