mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 18:35:32 +00:00
14 lines
459 B
Swift
14 lines
459 B
Swift
//
|
|
// LexicalModelRepository.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 LexicalModelRepository { }
|