tokenary/Encrypted Ink/Strings.swift
2021-06-28 16:15:53 +03:00

10 lines
158 B
Swift

// Copyright © 2021 Encrypted Ink. All rights reserved.
import Foundation
struct Strings {
static let sendTransaction = "Send Transaction"
}