Files
StackChan/app/StackChan/Model/UploadFile.swift
T
袁智鸿 756a998a3f ios code
2026-01-07 17:59:49 +08:00

10 lines
161 B
Swift

/*
* SPDX-FileCopyrightText: 2026 M5Stack Technology CO LTD
*
* SPDX-License-Identifier: MIT
*/
struct UploadFile : Codable {
var path: String? = nil
}