LiTranslate-iOS/LiTranslate/Constants/TextMethod.swift
Viktor Kalyniuk 823b3abe77 release v1.0
2022-09-10 20:46:05 +03:00

13 lines
163 B
Swift

//
// TextMethod.swift
// LiTranslate
//
// Created by Viktor Kalyniuk on 23.08.2022.
//
import Foundation
enum TextMethod {
case input
case output
}