6 lines
96 B
Rust
6 lines
96 B
Rust
use objc2_foundation::NSString;
|
|
|
|
extern "C" {
|
|
pub static UIKeyInputF1: &'static NSString;
|
|
}
|