objc2_tv_services/generated/NSUserActivity_TVServices.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use core::ptr::NonNull;
4use objc2_foundation::*;
5
6use crate::*;
7
8extern "C" {
9 /// The activity type used to continue browsing a TV channel programming guide.
10 ///
11 /// See also [Apple's documentation](https://developer.apple.com/documentation/tvservices/tvuseractivitytypebrowsingchannelguide?language=objc)
12 pub static TVUserActivityTypeBrowsingChannelGuide: &'static NSString;
13}
14
15extern "C" {
16 /// The activity type used to open the main screen of the TV Provider app
17 ///
18 /// See also [Apple's documentation](https://developer.apple.com/documentation/tvservices/tvuseractivitytypebrowsingentertainmentcontent?language=objc)
19 pub static TVUserActivityTypeBrowsingEntertainmentContent: &'static NSString;
20}