4 lines
71 B
Swift
4 lines
71 B
Swift
|
enum ChatsAction: Codable {
|
||
|
case chatsListUpdated(chats: [Chat])
|
||
|
}
|