Files
sodalive-ios/SodaLive/Sources/Chat/Talk/Room/Create/CreateChatRoomResponse.swift
T
2025-09-04 01:31:36 +09:00

11 lines
157 B
Swift

//
// CreateChatRoomResponse.swift
// SodaLive
//
// Created by klaus on 9/2/25.
//
struct CreateChatRoomResponse: Decodable {
let chatRoomId: Int
}