objc2_ui_kit/
responder.rs

1use objc2_foundation::NSString;
2
3extern "C" {
4    pub static UIKeyInputF1: &'static NSString;
5}