Files
Woka_Native_iOS/WOKA/Authentication/ViewModel/UserIntrestVM.swift

18 lines
204 B
Swift
Raw Normal View History

2024-05-02 13:20:40 +05:30
//
// UserIntrestVM.swift
// WOKA
//
// Created by MacBook Pro on 30/04/24.
//
import Foundation
class UserIntrestVM{
weak var vc : UserIntrestVC!
func initView(){
}
}