lnd-demo-app/wallet/ViewModels/HomeViewModel.swift

15 lines
220 B
Swift
Raw Permalink Normal View History

2023-06-08 09:36:06 +03:00
//
// HomeViewModel.swift
// wallet
//
// Created by Jason on 8/23/20.
// Copyright © 2020 Jason. All rights reserved.
//
import Foundation
class HomeViewModel: ViewModel {
}