라이브 상세 페이지 추가
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
//
|
||||
// DateWithWeekDaySymbol.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 2023/08/14.
|
||||
//
|
||||
|
||||
import Foundation
|
||||
|
||||
struct DateWithWeekDaySymbol {
|
||||
let date: String
|
||||
let dayOfMonth: String
|
||||
let weekDaySymbol: String
|
||||
}
|
Reference in New Issue
Block a user