feat(chat-room) 채팅방 골격 추가
This commit is contained in:
		
							
								
								
									
										23
									
								
								SodaLive/Sources/Chat/Talk/Room/ChatRoomView.swift
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										23
									
								
								SodaLive/Sources/Chat/Talk/Room/ChatRoomView.swift
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,23 @@
 | 
			
		||||
//
 | 
			
		||||
//  ChatRoomView.swift
 | 
			
		||||
//  SodaLive
 | 
			
		||||
//
 | 
			
		||||
//  Created by klaus on 9/2/25.
 | 
			
		||||
//
 | 
			
		||||
 | 
			
		||||
import SwiftUI
 | 
			
		||||
 | 
			
		||||
struct ChatRoomView: View {
 | 
			
		||||
    
 | 
			
		||||
    @StateObject var viewModel = ChatRoomViewModel()
 | 
			
		||||
    
 | 
			
		||||
    var body: some View {
 | 
			
		||||
        BaseView(isLoading: $viewModel.isLoading) {
 | 
			
		||||
            
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#Preview {
 | 
			
		||||
    ChatRoomView()
 | 
			
		||||
}
 | 
			
		||||
		Reference in New Issue
	
	Block a user