UIBarButtonItemGroup$1.as constructor

UIBarButtonItemGroup$1.as(
  1. ObjCObject other
)

Constructs a UIBarButtonItemGroup$1 that points to the same underlying object as other.

Implementation

UIBarButtonItemGroup$1.as(objc.ObjCObject other) : object$ = other {
  objc.checkOsVersionInternal('UIBarButtonItemGroup', iOS: (false, (9, 0, 0)));
  assert(isA(object$));
}