Meshtastic-Apple/Meshtastic/Extensions/UIKeyboardType.swift

14 lines
223 B
Swift
Raw Permalink Normal View History

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