Files
sodalive-ios/SodaLive/Sources/Content/Series/SeriesItemView.swift
Yu Sung 5a9b95c2bf feat: 메인 홈
- 라이브, 인기 크리, 최신 콘텐츠, 이벤트 배너 UI 추가
2025-07-11 22:31:15 +09:00

19 lines
268 B
Swift

//
// SeriesItemView.swift
// SodaLive
//
// Created by klaus on 7/11/25.
//
import SwiftUI
struct SeriesItemView: View {
var body: some View {
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
}
}
#Preview {
SeriesItemView()
}