Files
Woka_Native_iOS/WOKA/Authentication/ViewModel/UserIntrestVM.swift
2024-05-02 13:20:40 +05:30

18 lines
204 B
Swift

//
// UserIntrestVM.swift
// WOKA
//
// Created by MacBook Pro on 30/04/24.
//
import Foundation
class UserIntrestVM{
weak var vc : UserIntrestVC!
func initView(){
}
}