icrate/generated/BackgroundAssets/BATypes.rs
1//! This file has been automatically generated by `objc2`'s `header-translator`.
2//! DO NOT EDIT
3use crate::common::*;
4use crate::BackgroundAssets::*;
5use crate::Foundation::*;
6
7ns_enum!(
8 #[underlying(NSInteger)]
9 pub enum BAContentRequest {
10 BAContentRequestInstall = 1,
11 BAContentRequestUpdate = 2,
12 BAContentRequestPeriodic = 3,
13 }
14);