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

12 lines
213 B
Swift

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