cidre 0.10.1

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

define_obj_type!(
    #[doc(alias = "UISceneSessionRole")]
    pub SceneSessionRole(ns::String)
);