6 lines
54 B
Swift
6 lines
54 B
Swift
|
import Foundation
|
||
|
|
||
|
struct ReadResponse: Codable {
|
||
|
|
||
|
}
|