14 lines
163 B
Swift
14 lines
163 B
Swift
|
//
|
||
|
// TextMethod.swift
|
||
|
// LiTranslate
|
||
|
//
|
||
|
// Created by Viktor Kalyniuk on 23.08.2022.
|
||
|
//
|
||
|
|
||
|
import Foundation
|
||
|
|
||
|
enum TextMethod {
|
||
|
case input
|
||
|
case output
|
||
|
}
|