objc2-intents 0.3.2

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

use crate::*;

/// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortype?language=objc)
// NS_TYPED_ENUM
pub type INCarChargingConnectorType = NSString;

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypej1772?language=objc)
    pub static INCarChargingConnectorTypeJ1772: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypeccs1?language=objc)
    pub static INCarChargingConnectorTypeCCS1: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypeccs2?language=objc)
    pub static INCarChargingConnectorTypeCCS2: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypechademo?language=objc)
    pub static INCarChargingConnectorTypeCHAdeMO: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypegbtac?language=objc)
    pub static INCarChargingConnectorTypeGBTAC: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypegbtdc?language=objc)
    pub static INCarChargingConnectorTypeGBTDC: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypetesla?language=objc)
    #[deprecated = "INCarChargingConnectorTypeTesla is deprecated. Please adopt INCarChargingConnectorTypeNACSDC instead"]
    pub static INCarChargingConnectorTypeTesla: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypemennekes?language=objc)
    pub static INCarChargingConnectorTypeMennekes: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypenacsdc?language=objc)
    pub static INCarChargingConnectorTypeNACSDC: Option<&'static INCarChargingConnectorType>;
}

extern "C" {
    /// [Apple's documentation](https://developer.apple.com/documentation/intents/incarchargingconnectortypenacsac?language=objc)
    pub static INCarChargingConnectorTypeNACSAC: Option<&'static INCarChargingConnectorType>;
}