mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-09 10:25:32 +00:00
17 lines
676 B
Swift
17 lines
676 B
Swift
//
|
|
// APILexicalModelRepository.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.
|
|
//
|
|
|
|
@available(swift, deprecated: 0.1, obsoleted: 0.1, message: "APILexicalModelRepository and associated classes have been obsoleted by `Queries.LexicalModel` and its `fetch` variants.")
|
|
public enum APILexicalModelFetchError: Error {
|
|
}
|
|
|
|
|
|
@available(swift, deprecated: 0.1, obsoleted: 0.1, message: "APILexicalModelRepository and associated classes have been obsoleted by `Queries.LexicalModel` and its `fetch` variants.")
|
|
public class APILexicalModelRepository { }
|