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

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

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

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

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

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

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

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

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

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

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

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

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

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