From e521b2085889a510f5ac8496230a9024352ad884 Mon Sep 17 00:00:00 2001 From: nerzh Date: Mon, 20 Feb 2023 12:19:03 +0100 Subject: [PATCH] delete own custom type --- .../Extensions/CustomTypes.swift | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 Sources/EverscaleClientSwift/Extensions/CustomTypes.swift diff --git a/Sources/EverscaleClientSwift/Extensions/CustomTypes.swift b/Sources/EverscaleClientSwift/Extensions/CustomTypes.swift deleted file mode 100644 index ed5d752..0000000 --- a/Sources/EverscaleClientSwift/Extensions/CustomTypes.swift +++ /dev/null @@ -1,20 +0,0 @@ -// -// CustomTypes.swift -// -// -// Created by Oleh Hudeichuk on 08.05.2021. -// - -import Foundation - -public enum TSDKMnemonicDictionary: Int, Codable { - case TON = 0 - case ENGLISH = 1 - case CHINESE_SIMPLIFIED = 2 - case CHINESE_TRADITIONAL = 3 - case FRENCH = 4 - case ITALIAN = 5 - case JAPANESE = 6 - case KOREAN = 7 - case SPANISH = 8 -}