// Copyright SIX DAY LLC. All rights reserved. import Foundation struct ImportWalletViewModel { var title: String { return "Import Wallet" } }