rust_macios/appkit/
ns_dock_tile.rs

1use crate::object;
2
3object! {
4    /// The visual representation of your app’s miniaturized windows and app icon as they appear in the Dock.
5    unsafe pub struct NSDockTile;
6}