init commit,
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// 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
|
||||
}
|
Reference in New Issue
Block a user