cidre 0.11.7

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

define_obj_type!(
    #[doc(alias = "UITabBar")]
    pub TabBar(ui::View)
);