spiegel-keyman/ios/engine/KMEI/KeymanEngine/Classes/KeyboardRepository/LexicalModelRepositoryDelegate.swift

14 lines
482 B
Swift

//
// LexicalModelRepositoryDelegate.swift
// KeymanEngine
//
// Created by Randy Boring on 3/19/19.
// Copyright © 2019 SIL International. All rights reserved.
//
// Obsoleted by Joshua Horton on 2020-07-24.
//
import Foundation
@available(swift, deprecated: 0.1, obsoleted: 0.1, message: "APILexicalModelRepository and associated protocols have been obsoleted by `Queries.LexicalModel` and its `fetch` variants.")
public protocol LexicalModelRepositoryDelegate: class { }