//! Tiny Objective-C bridge: just enough to call the few NSProcessInfo
//! methods we need. Built on top of objc2 (which we already pull in via
//! block2), so no extra dependencies.
use msg_send;
use Retained;
use ;
/// `[NSProcessInfo processInfo].isLowPowerModeEnabled`
///
/// Returns `false` if the class lookup fails (shouldn't happen on macOS).