use objc2_foundation::*;
use crate::*;
pub type PKInkType = NSString;
extern "C" {
pub static PKInkTypePen: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypePencil: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeMarker: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeMonoline: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeFountainPen: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeWatercolor: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeReed: Option<&'static PKInkType>;
}
extern "C" {
pub static PKInkTypeCrayon: Option<&'static PKInkType>;
}