Files
sodalive-ios/SodaLive/Sources/MyPage/Point/GetPointStatusResponse.swift
T

11 lines
153 B
Swift

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