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

15 lines
205 B
Swift

//
// SavePost.swift
// watchapp Watch App
//
// Created by Alexander Harding on 8/2/23.
//
import Foundation
struct SavePost: Codable {
let post_id: Int
let save: Bool
let auth: String
}