mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-15 00:54:05 +00:00
9 lines
178 B
Swift
9 lines
178 B
Swift
import Foundation
|
|
|
|
class ChatApiMessagesWrapper {
|
|
|
|
init(_ response: Dictionary<String, Any>) {
|
|
print("ChatApiMessagesWrapper : \(response.debugDescription)")
|
|
}
|
|
}
|