zashi-ios-wallet-private/secant/Screens/Profile/ProfileScreenViewModel.swift

14 lines
219 B
Swift

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