This commit is contained in:
liyuhua
2024-03-01 16:54:46 +08:00
parent 4bac7ef12f
commit c8072c650b
159 changed files with 8162 additions and 5054 deletions

View File

@@ -0,0 +1,24 @@
//
// HomeVoiceModel.swift
// yinmeng-ios
//
// Created by duoban on 2024/2/29.
//
import UIKit
import HandyJSON
struct HomeVoiceModel : HandyJSON, Codable {
var phone = ""
var nick = ""
var avatar = ""
var gender:Int = 1
var uid = 0;
var isBindPasswd = false
var erbanNo = 0;
var newUser = false
var isBindPhone = false
var userVoice = ""
var voiceDura = ""
var userDesc = ""
}