Apply design decisions

This commit is contained in:
ismailgulek
2020-10-06 22:48:04 +03:00
parent 6dcfcf7d7b
commit 54557ab071
6 changed files with 106 additions and 47 deletions
@@ -21,7 +21,5 @@ import Foundation
/// View data object to represent view
struct RoomInfoListViewData {
let numberOfMembers: Int
let isEncrypted: Bool
let isDirect: Bool
let basicInfoViewData: RoomInfoBasicViewData
}