mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-13 20:29:24 +00:00
11 lines
249 B
Swift
11 lines
249 B
Swift
//
|
|
// KeymanWebViewDelegate.swift
|
|
// KeymanEngine
|
|
//
|
|
// Created by Gabriel Wong on 2017-10-17.
|
|
// Copyright © 2017 SIL International. All rights reserved.
|
|
//
|
|
|
|
protocol KeymanWebViewDelegate: class {
|
|
func updatedFragment(_ fragment: String)
|
|
}
|