18 lines
204 B
Swift
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(){
|
|
|
|
}
|
|
}
|