mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2026-01-05 20:52:48 +00:00
git-subtree-dir: submodules/Display git-subtree-mainline:9bc996374fgit-subtree-split:7bd11013ea
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()
|
|
}
|
|
}
|