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