import Foundation class ChatApiMessagesWrapper { init(_ response: Dictionary) { print("ChatApiMessagesWrapper : \(response.debugDescription)") } }