//! macOS objc2 migration preview backend (sub-module split).
pubmodclipboard_dnd;pubmoddialog_creation;pubmodmenu_impl;/// Native AppKit FFI wrappers — macOS/`objc2-macos` only (the file itself is
/// `#![cfg]`-gated, but the declaration must not resolve elsewhere).
#[cfg(all(target_os ="macos", feature ="macos"))]pubmodnative;pubmodplatform_impl;#[cfg(test)]pubmodtests;pubmodtypes;pubmodwidget_creation;pubmodwidget_state;pubusetypes::*;