tokenary/Encrypted Ink/Strings.swift

10 lines
158 B
Swift
Raw Normal View History

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