mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-18 15:38:28 +02:00
Add counter example to show viewActions modifying the state.
This commit is contained in:
@@ -17,5 +17,7 @@
|
||||
import Foundation
|
||||
|
||||
enum TemplateUserProfileStateAction {
|
||||
case incrementCount
|
||||
case decrementCount
|
||||
case updatePresence(TemplateUserProfilePresence)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user