//! macOS platform backend implementation using Cocoa (legacy).
//!
//! This module is compiled only when the `cocoa-legacy` feature is enabled.
//! The default objc2 backend lives in `src/platform/macos_objc2/`.
/// Cocoa 0.24 platform implementation (legacy, behind `cocoa-legacy` feature).
/// Cocoa 0.24 types and helpers (legacy, behind `cocoa-legacy` feature).
pub use crate*;