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/inpersonhandlelabel?language=objc)
// NS_TYPED_EXTENSIBLE_ENUM
pub type INPersonHandleLabel = NSString;

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

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

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

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

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

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

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

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

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

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