Visual_Novel_iOS/crush/Crush/Src/Modules/Chat/Model/IMConfigInfo.swift

17 lines
280 B
Swift
Raw Normal View History

2025-10-09 10:29:35 +00:00
//
// IMConfigInfo.swift
// Crush
//
// Created by Leon on 2025/8/18.
//
import UIKit
class IMConfigInfo: Codable{
/// 2d6abc076f434fc52320c7118de5fead
// var appKey: String?
var accountId: String?
var token: String?
//var customerServiceAccId: String?
}