//! Platform-specific IME stubs.
//!
//! The `macos` module provides a macOS IME bridge stub that uses
//! `NSTextInputContext` objc2 APIs when the `macos` feature is active.
//!
//! Windows IME is handled by `super::ime_windows::WindowsImeBridge`
//! (the real implementation without fake COM vtable stubs).