mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-18 11:30:04 +00:00
12 lines
174 B
Swift
12 lines
174 B
Swift
import Foundation
|
|
|
|
#if BUCK
|
|
import DisplayPrivate
|
|
#endif
|
|
|
|
public enum Keyboard {
|
|
public static func applyAutocorrection() {
|
|
applyKeyboardAutocorrection()
|
|
}
|
|
}
|