cacao/appkit/constants.rs

5 lines
164 B
Rust
Raw Normal View History

//! Constants typically used for referencing around in the Objective-C runtime.
//! Specific to this crate.
pub(crate) static TOOLBAR_PTR: &str = "rstToolbarPtr";