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
//! 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>;
}