objc2-home-kit 0.3.2

Bindings to the HomeKit framework
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use core::ptr::NonNull;
use objc2_foundation::*;

use crate::*;

/// Type corresponding to significant events.
///
/// See also [Apple's documentation](https://developer.apple.com/documentation/homekit/hmsignificantevent?language=objc)
// NS_TYPED_EXTENSIBLE_ENUM
pub type HMSignificantEvent = NSString;

extern "C" {
    /// Event corresponding to sunrise
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/homekit/hmsignificanteventsunrise?language=objc)
    pub static HMSignificantEventSunrise: &'static HMSignificantEvent;
}

extern "C" {
    /// Event corresponding to sunset
    ///
    /// See also [Apple's documentation](https://developer.apple.com/documentation/homekit/hmsignificanteventsunset?language=objc)
    pub static HMSignificantEventSunset: &'static HMSignificantEvent;
}