icrate 0.1.2

Bindings to Apple's frameworks
Documentation
//! This file has been automatically generated by `objc2`'s `header-translator`.
//! DO NOT EDIT
use crate::common::*;
use crate::AppKit::*;
use crate::CoreData::*;
use crate::Foundation::*;

ns_enum!(
    #[underlying(NSInteger)]
    pub enum NSUserInterfaceLayoutDirection {
        NSUserInterfaceLayoutDirectionLeftToRight = 0,
        NSUserInterfaceLayoutDirectionRightToLeft = 1,
    }
);

ns_enum!(
    #[underlying(NSInteger)]
    pub enum NSUserInterfaceLayoutOrientation {
        NSUserInterfaceLayoutOrientationHorizontal = 0,
        NSUserInterfaceLayoutOrientationVertical = 1,
    }
);