// // Room.swift // Chat (iOS) // // Created by Sergey Tarasov on 17.08.2022. // struct Room { let id: String let name: String }