pub type SEL = *const objc_selector;
Expand description
An immutable pointer to a selector.
Type alias provided for convenience. See objc2::runtime::Sel
for a
higher level binding.
pub type SEL = *const objc_selector;
An immutable pointer to a selector.
Type alias provided for convenience. See objc2::runtime::Sel
for a
higher level binding.