UIResponderStandardEditActions.as constructor

UIResponderStandardEditActions.as(
  1. ObjCObject other
)

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

Implementation

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