addLayoutGuide method
addLayoutGuide:
Implementation
void addLayoutGuide(UILayoutGuide layoutGuide) {
final _$$ref = object$.ref;
final _$$ref$1 = layoutGuide.ref;
objc.checkOsVersionInternal('UIView.addLayoutGuide:', iOS: (false, (9, 0, 0)));
_objc_msgSend_xtuoz7(_$$ref.pointer, _sel_addLayoutGuide_, _$$ref$1.pointer);
}