#[cfg_attr(feature = "apple", link(name = "Automator", kind = "framework"))]
extern "C" {}
#[path = "AMAction.rs"]
mod __AMAction;
#[path = "AMAppleScriptAction.rs"]
mod __AMAppleScriptAction;
#[path = "AMAttributesForAnalyzer.rs"]
mod __AMAttributesForAnalyzer;
#[path = "AMBundleAction.rs"]
mod __AMBundleAction;
#[path = "AMShellScriptAction.rs"]
mod __AMShellScriptAction;
#[path = "AMWorkflow.rs"]
mod __AMWorkflow;
#[path = "AMWorkflowController.rs"]
mod __AMWorkflowController;
#[path = "AMWorkflowView.rs"]
mod __AMWorkflowView;
#[path = "AMWorkspace.rs"]
mod __AMWorkspace;
#[path = "AutomatorErrors.rs"]
mod __AutomatorErrors;
#[cfg(feature = "Automator_AMAction")]
pub use self::__AMAction::AMAction;
pub use self::__AMAction::AMLogLevel;
pub use self::__AMAction::{AMLogLevelDebug, AMLogLevelError, AMLogLevelInfo, AMLogLevelWarn};
#[cfg(feature = "Automator_AMAppleScriptAction")]
pub use self::__AMAppleScriptAction::AMAppleScriptAction;
#[cfg(feature = "Automator_AMBundleAction")]
pub use self::__AMBundleAction::AMBundleAction;
#[cfg(feature = "Automator_AMShellScriptAction")]
pub use self::__AMShellScriptAction::AMShellScriptAction;
#[cfg(feature = "Automator_AMWorkflow")]
pub use self::__AMWorkflow::AMWorkflow;
#[cfg(feature = "Automator_AMWorkflowController")]
pub use self::__AMWorkflowController::AMWorkflowController;
pub use self::__AMWorkflowController::AMWorkflowControllerDelegate;
#[cfg(feature = "Automator_AMWorkflowView")]
pub use self::__AMWorkflowView::AMWorkflowView;
#[cfg(feature = "Automator_AMWorkspace")]
pub use self::__AMWorkspace::AMWorkspace;
pub use self::__AutomatorErrors::AMErrorCode;
pub use self::__AutomatorErrors::{
AMActionApplicationResourceError, AMActionApplicationVersionResourceError,
AMActionArchitectureMismatchError, AMActionExceptionError, AMActionExecutionError,
AMActionFailedGatekeeperError, AMActionFileResourceError, AMActionInitializationError,
AMActionInsufficientDataError, AMActionIsDeprecatedError, AMActionLicenseResourceError,
AMActionLinkError, AMActionLoadError, AMActionMalwareError, AMActionNotLoadableError,
AMActionPropertyListInvalidError, AMActionQuarantineError, AMActionRequiredActionResourceError,
AMActionRuntimeMismatchError, AMActionSignatureCorruptError,
AMActionThirdPartyActionsNotAllowedError, AMActionXPCError, AMActionXProtectError,
AMConversionFailedError, AMConversionNoDataError, AMConversionNotPossibleError,
AMNoSuchActionError, AMUserCanceledError, AMWorkflowActionsNotLoadedError,
AMWorkflowNewerActionVersionError, AMWorkflowNewerVersionError,
AMWorkflowNoEnabledActionsError, AMWorkflowOlderActionVersionError,
AMWorkflowPropertyListInvalidError,
};