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