2022-12-17 08:02:07 -06:00
|
|
|
//import UIKit
|
2023-05-16 03:34:25 -05:00
|
|
|
import SimpleXChat
|
2022-04-25 04:39:28 -05:00
|
|
|
|
2023-05-16 03:34:25 -05:00
|
|
|
let s =
|
|
|
|
"""
|
|
|
|
{}
|
2022-04-25 04:39:28 -05:00
|
|
|
"""
|
|
|
|
//let s = "\"2022-04-24T11:59:23.703162Z\""
|
2023-05-16 03:34:25 -05:00
|
|
|
let json = getJSONDecoder()
|
|
|
|
let d = s.data(using: .utf8)!
|
|
|
|
print (try! json.decode(APIResponse.self, from: d))
|