objc2-core-services 0.3.2

Bindings to the CoreServices framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2_core_foundation::*;

use crate::*;

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineagentnamekey?language=objc)
    pub static kLSQuarantineAgentNameKey: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineagentbundleidentifierkey?language=objc)
    pub static kLSQuarantineAgentBundleIdentifierKey: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetimestampkey?language=objc)
    pub static kLSQuarantineTimeStampKey: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypekey?language=objc)
    pub static kLSQuarantineTypeKey: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypewebdownload?language=objc)
    pub static kLSQuarantineTypeWebDownload: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeotherdownload?language=objc)
    pub static kLSQuarantineTypeOtherDownload: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeemailattachment?language=objc)
    pub static kLSQuarantineTypeEmailAttachment: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeinstantmessageattachment?language=objc)
    pub static kLSQuarantineTypeInstantMessageAttachment: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypecalendareventattachment?language=objc)
    pub static kLSQuarantineTypeCalendarEventAttachment: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinetypeotherattachment?language=objc)
    pub static kLSQuarantineTypeOtherAttachment: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantineoriginurlkey?language=objc)
    pub static kLSQuarantineOriginURLKey: &'static CFString;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/coreservices/klsquarantinedataurlkey?language=objc)
    pub static kLSQuarantineDataURLKey: &'static CFString;
}