1
Fork 0
This repository has been archived on 2025-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
mobilefort/MobileFort/MobileFort/Common.swift
2020-06-03 21:45:44 -04:00

5 lines
76 B
Swift

import Foundation
struct Post: Decodable, Identifiable {
let id: Int
}