LNHttpEmptyResponse.swift 150 B

1234567891011
  1. //
  2. // LNHttpEmptyResponse.swift
  3. // Lanu
  4. //
  5. // Created by OneeChan on 2025/11/10.
  6. //
  7. import Foundation
  8. struct LNHttpEmptyResponse: Decodable { }