isOperatingSystemAtLeastVersion_ method

bool isOperatingSystemAtLeastVersion_(
  1. NSOperatingSystemVersion version
)

Implementation

bool isOperatingSystemAtLeastVersion_(NSOperatingSystemVersion version) {
  return _lib._objc_msgSend_927(
      _id, _lib._sel_isOperatingSystemAtLeastVersion_1, version);
}