17 lines
205 B
Swift
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() {
|
|
|
|
}
|
|
|
|
}
|