icrate 0.1.2

Bindings to Apple's frameworks
Documentation
// This file has been automatically generated by `objc2`'s `header-translator`.
// DO NOT EDIT

//! # Bindings to the `BusinessChat` framework

#[cfg_attr(feature = "apple", link(name = "BusinessChat", kind = "framework"))]
extern "C" {}

#[path = "BCChatAction.rs"]
mod __BCChatAction;
#[path = "BCChatButton.rs"]
mod __BCChatButton;

#[cfg(feature = "BusinessChat_BCChatAction")]
pub use self::__BCChatAction::BCChatAction;
pub use self::__BCChatAction::BCParameterName;
pub use self::__BCChatAction::BCParameterNameBody;
pub use self::__BCChatAction::BCParameterNameGroup;
pub use self::__BCChatAction::BCParameterNameIntent;
#[cfg(feature = "BusinessChat_BCChatButton")]
pub use self::__BCChatButton::BCChatButton;
pub use self::__BCChatButton::BCChatButtonStyle;
pub use self::__BCChatButton::{BCChatButtonStyleDark, BCChatButtonStyleLight};