11 lines
153 B
Swift
11 lines
153 B
Swift
//
|
|
// GetPointStatusResponse.swift
|
|
// SodaLive
|
|
//
|
|
// Created by klaus on 5/20/25.
|
|
//
|
|
|
|
struct GetPointStatusResponse: Decodable {
|
|
let point: Int
|
|
}
|