secant-ios-wallet/secant/Screens/Backup Wallet/BackupWalletScreenViewModel...

12 lines
216 B
Swift

//
// BackupWalletScreenViewModel.swift
// secant
//
// Created by Francisco Gindre on 8/9/21.
//
import Combine
import Foundation
class BackupWalletScreenViewModel: BaseViewModel<Services>, ObservableObject {}