Add StateStoreViewModel and publisher extensions for convenienec.

This commit is contained in:
David Langley
2021-09-14 22:28:25 +01:00
parent 712dae357b
commit 7ad3a001bd
8 changed files with 159 additions and 31 deletions
@@ -16,7 +16,7 @@
import Foundation
struct TemplateUserProfileViewState {
struct TemplateUserProfileViewState: BindableState {
let avatar: AvatarInputProtocol?
let displayName: String?
var presence: TemplateUserProfilePresence