Files
yingmeng-ios-switf/yinmeng-ios/Modules/Chat/Model/ChatMsgRemoteModel.swift
2024-03-23 20:47:19 +08:00

17 lines
205 B
Swift

//
// ChatMsgRemoteModel.swift
// yinmeng-ios
//
// Created by yinmeng on 2024/3/23.
//
import UIKit
import HandyJSON
class ChatMsgRemoteModel: HandyJSON {
required init() {
}
}