5 lines
76 B
Swift
5 lines
76 B
Swift
import Foundation
|
|
|
|
struct Post: Decodable, Identifiable {
|
|
let id: Int
|
|
}
|