use core::ptr::NonNull;
use objc2_core_foundation::*;
use crate::*;
extern "C" {
pub static kLSQuarantineAgentNameKey: &'static CFString;
}
extern "C" {
pub static kLSQuarantineAgentBundleIdentifierKey: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTimeStampKey: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeKey: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeWebDownload: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeOtherDownload: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeEmailAttachment: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeInstantMessageAttachment: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeCalendarEventAttachment: &'static CFString;
}
extern "C" {
pub static kLSQuarantineTypeOtherAttachment: &'static CFString;
}
extern "C" {
pub static kLSQuarantineOriginURLKey: &'static CFString;
}
extern "C" {
pub static kLSQuarantineDataURLKey: &'static CFString;
}