Add counter example to show viewActions modifying the state.

This commit is contained in:
David Langley
2021-09-20 17:05:54 +01:00
parent 3ffe69ffee
commit c690e450c3
11 changed files with 65 additions and 47 deletions
@@ -17,6 +17,8 @@
import Foundation
enum TemplateUserProfileViewAction {
case incrementCount
case decrementCount
case cancel
case done
}