mirror of
https://github.com/hub-team/OnlineChatSdk-SwiftPM.git
synced 2026-04-17 01:31:23 +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)")
|
||
|
|
}
|
||
|
|
}
|