Fix ordering, add pragmas, fix visibility on a few functions, remove default param on state.

This commit is contained in:
David Langley
2021-09-08 11:43:57 +01:00
parent c890c831c5
commit a35feeba26
6 changed files with 52 additions and 31 deletions

View File

@@ -19,5 +19,5 @@ import Foundation
struct TemplateUserProfileViewState {
let avatar: AvatarInputType?
let displayName: String?
var presence: TemplateUserProfilePresence = .offline
var presence: TemplateUserProfilePresence
}