1 2 3 4 5 6
use crate::object; object! { /// An object that manages standard appearance attributes for UI elements in an app. unsafe pub struct NSAppearance; }