Make naming of symbols consistent

This commit is contained in:
David Langley
2021-09-07 23:02:26 +01:00
parent bcc3b23b1c
commit 72cfb688e5
12 changed files with 35 additions and 35 deletions
@@ -19,5 +19,5 @@ import Foundation
struct TemplateUserProfileViewState {
let avatar: AvatarInputType?
let displayName: String?
var presence: TemplatePresence = .offline
var presence: TemplateUserProfilePresence = .offline
}