mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 23:48:29 +02:00
Fix ordering, add pragmas, fix visibility on a few functions, remove default param on state.
This commit is contained in:
@@ -19,5 +19,5 @@ import Foundation
|
||||
struct TemplateUserProfileViewState {
|
||||
let avatar: AvatarInputType?
|
||||
let displayName: String?
|
||||
var presence: TemplateUserProfilePresence = .offline
|
||||
var presence: TemplateUserProfilePresence
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user