objc2_core_motion/generated/
CMErrorDomain.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    /// [Apple's documentation](https://developer.apple.com/documentation/coremotion/cmerrordomain?language=objc)
10    pub static CMErrorDomain: &'static NSString;
11}