Files
sodalive-ios/SodaLive/Sources/MyPage/Point/GetPointStatusResponse.swift
2025-05-20 14:07:03 +09:00

11 lines
153 B
Swift

//
// GetPointStatusResponse.swift
// SodaLive
//
// Created by klaus on 5/20/25.
//
struct GetPointStatusResponse: Decodable {
let point: Int
}