1 2 3 4 5 6 7 8 9 10
use rust_macios_objective_c_runtime_proc_macros::interface_impl; use crate::{object, objective_c_runtime::traits::PNSObject}; object! { unsafe pub struct CLRegion; } #[interface_impl(NSObject)] impl CLRegion {}