17 lines
280 B
Swift
17 lines
280 B
Swift
|
|
//
|
||
|
|
// 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?
|
||
|
|
}
|