Files
OnlineChatSdk-SwiftPM/OnlineChatSdk/Classes/ChatApiMessagesWrapper.swift
Andrey Blinov 4abb6708b2 update
2020-08-17 19:01:07 +07:00

9 lines
178 B
Swift

import Foundation
class ChatApiMessagesWrapper {
init(_ response: Dictionary<String, Any>) {
print("ChatApiMessagesWrapper : \(response.debugDescription)")
}
}