NSLayoutYAxisAnchor.as constructor

NSLayoutYAxisAnchor.as(
  1. ObjCObject other
)

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

Implementation

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