mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
14 lines
261 B
Swift
14 lines
261 B
Swift
//
|
|
// KeyboardAPICall.swift
|
|
// KeymanEngine
|
|
//
|
|
// Created by Gabriel Wong on 2017-11-16.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
struct KeyboardAPICall: Codable {
|
|
let options: Options
|
|
let keyboard: Keyboard
|
|
}
|