//! Darwin (iOS/macOS) shared utilities for objc2-based APIs
//!
//! This module provides shared utilities for both iOS and macOS platforms
//! since they share the same Objective-C runtime and threading requirements
//! through objc2.
/// Re-export MainThreadMarker for convenience
pub use MainThreadMarker;
/// Macro helpers for FFI code generation
pub use SwiftPackageMetadata;