feat(chat-room): 채팅방에 필요한 기본적인 파일 추가
This commit is contained in:
18
SodaLive/Sources/Chat/Talk/Room/ChatRoomHeaderView.swift
Normal file
18
SodaLive/Sources/Chat/Talk/Room/ChatRoomHeaderView.swift
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// ChatRoomHeaderView.swift
|
||||
// SodaLive
|
||||
//
|
||||
// Created by klaus on 9/3/25.
|
||||
//
|
||||
|
||||
import SwiftUI
|
||||
|
||||
struct ChatRoomHeaderView: View {
|
||||
var body: some View {
|
||||
Text(/*@START_MENU_TOKEN@*/"Hello, World!"/*@END_MENU_TOKEN@*/)
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
ChatRoomHeaderView()
|
||||
}
|
||||
Reference in New Issue
Block a user