Meshtastic-Apple/Meshtastic/Extensions/UIKeyboardType.swift
2026-04-16 06:57:29 +00:00

13 lines
223 B
Swift

//
// UIKeyboard.swift
// Meshtastic
//
// Copyright(c) Garth Vander Houwen 1/7/26.
//
import UIKit
extension UIKeyboardType {
static var emoji: UIKeyboardType {
return UIKeyboardType(rawValue: 124) ?? .default
}
}