objc2-ui-kit 0.3.2

Bindings to the UIKit framework
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT

use crate::*;

extern "C" {
    /// A key for an array of INPerson objects representing recipients who will be filled in by default in the compose view if that sharing app supports it.
    ///
    /// This might fail to pre-fill correctly if the sharing app chosen by the user can't recognize the provided person. Also, if a people suggestion is chosen, that suggestion will override this provided value.
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/uikit/uiactivityitemsconfigurationmetadatakeysharerecipients?language=objc)
    #[cfg(feature = "UIActivityItemsConfigurationReading")]
    pub static UIActivityItemsConfigurationMetadataKeyShareRecipients:
        Option<&'static UIActivityItemsConfigurationMetadataKey>;
}