Files
HKSingleParty/99_references/voyager-main/ios/App/VoyagerWatch Watch App/models/GetPostsResponse.swift
2025-05-28 09:55:51 +08:00

13 lines
184 B
Swift

//
// GetPostsResponse.swift
// watchapp Watch App
//
// Created by Alexander Harding on 8/2/23.
//
import Foundation
struct GetPostsResponse: Codable {
let posts: [PostView]
}