LiTranslate-iOS/LiTranslate/Constants/TextMethod.swift

14 lines
163 B
Swift
Raw Normal View History

2022-09-10 19:46:05 +02:00
//
// TextMethod.swift
// LiTranslate
//
// Created by Viktor Kalyniuk on 23.08.2022.
//
import Foundation
enum TextMethod {
case input
case output
}