Files
yingmeng-ios-switf/yinmeng-ios/Modules/Room/View/SendGift/Model/RectiveGiftUserModel.swift

19 lines
260 B
Swift
Raw Normal View History

2024-03-23 16:28:10 +08:00
//
// RectiveGiftUserModel.swift
// yinmeng-ios
//
// Created by yinmeng on 2024/3/23.
2024-03-23 16:28:10 +08:00
//
import UIKit
import HandyJSON
class RectiveGiftUserModel: HandyJSON {
required init(){
}
var nick = ""
var avatar = ""
var uid = 0
}