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