mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-23 22:55:00 +00:00
API updates
This commit is contained in:
@@ -2,7 +2,7 @@ import Foundation
|
||||
import UIKitRuntimeUtils
|
||||
|
||||
public enum Keyboard {
|
||||
public static func applyAutocorrection() {
|
||||
applyKeyboardAutocorrection()
|
||||
public static func applyAutocorrection(textView: UITextView) {
|
||||
applyKeyboardAutocorrection(textView)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user