LNOssResponse.swift 233 B

1234567891011121314151617
  1. //
  2. // LNOssResponse.swift
  3. // Lanu
  4. //
  5. // Created by OneeChan on 2025/12/2.
  6. //
  7. import Foundation
  8. import AutoCodable
  9. @AutoCodable
  10. class LNOSSURLResponse: Decodable {
  11. var preSignUrl: String = ""
  12. var fileUrl: String = ""
  13. }