//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2_foundation::*;
use crate::*;
extern "C" {
/// The activity type used to continue browsing a TV channel programming guide.
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/tvservices/tvuseractivitytypebrowsingchannelguide?language=objc)
pub static TVUserActivityTypeBrowsingChannelGuide: &'static NSString;
}
extern "C" {
/// The activity type used to open the main screen of the TV Provider app
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/tvservices/tvuseractivitytypebrowsingentertainmentcontent?language=objc)
pub static TVUserActivityTypeBrowsingEntertainmentContent: &'static NSString;
}