Files
OnlineChatSdk-SwiftPM/OnlineChatSdk/Classes/ChatApiMessagesWrapper.swift

9 lines
178 B
Swift
Raw Normal View History

2020-08-17 19:01:07 +07:00
import Foundation
class ChatApiMessagesWrapper {
init(_ response: Dictionary<String, Any>) {
print("ChatApiMessagesWrapper : \(response.debugDescription)")
}
}