Files
2022-05-27 20:21:01 +03:00

15 lines
248 B
Swift

//
// Account.swift
// List
//
// Created by Igor Danich on 29.06.2020.
// Copyright © 2020 Igor Danich. All rights reserved.
//
import Foundation
let kAccountRegisterURL = URL(string: "https://myeoswallet.net/generator")!
enum Account {
}