import Foundation import UIKitRuntimeUtils public enum Keyboard { public static func applyAutocorrection() { applyKeyboardAutocorrection() } }