// // LiveRoomChatView.swift // SodaLive // // Created by klaus on 2024/01/17. // import SwiftUI struct LiveRoomChatView: View { let messages: [LiveRoomChat] let getUserProfile: (Int) -> Void var body: some View { LazyVStack(alignment: .leading, spacing: 18) { ForEach(0..