1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
//! 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>;
}