Apply design decisions

This commit is contained in:
ismailgulek
2020-10-06 22:48:04 +03:00
parent bff0e15be9
commit cce9a52607
6 changed files with 106 additions and 47 deletions
@@ -26,4 +26,6 @@ struct RoomInfoBasicViewData {
let mainRoomAlias: String?
let roomTopic: String?
let encryptionImage: UIImage?
let isEncrypted: Bool
let isDirect: Bool
}