feat: 포인트 내역 UI 추가
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
//
|
||||
// GetPointRewardStatusResponse.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 5/20/25.
|
||||
//
|
||||
|
||||
struct GetPointRewardStatusResponse: Decodable, Hashable {
|
||||
let rewardPoint: String
|
||||
let date: String
|
||||
let method: String
|
||||
}
|
||||
Reference in New Issue
Block a user