cidre 0.9.0

Apple frameworks bindings for rust
1
2
3
4
5
6
use crate::{define_obj_type, ns};

define_obj_type!(
    #[doc(alias = "NSSound")]
    pub Sound(ns::Id)
);