// // LNOssResponse.swift // Lanu // // Created by OneeChan on 2025/12/2. // import Foundation import AutoCodable @AutoCodable class LNOSSURLResponse: Decodable { var preSignUrl: String = "" var fileUrl: String = "" }