Messenger example - register, confirm, and unregister user facts
Compare changes
- Dariusz Rybicki authored
@@ -23,11 +23,13 @@ public struct MyContactState: Equatable {
@@ -23,11 +23,13 @@ public struct MyContactState: Equatable {
@@ -38,11 +40,13 @@ public struct MyContactState: Equatable {
@@ -38,11 +40,13 @@ public struct MyContactState: Equatable {
@@ -54,11 +58,13 @@ public struct MyContactState: Equatable {
@@ -54,11 +58,13 @@ public struct MyContactState: Equatable {
@@ -178,7 +184,28 @@ public let myContactReducer = Reducer<MyContactState, MyContactAction, MyContact
@@ -178,7 +184,28 @@ public let myContactReducer = Reducer<MyContactState, MyContactAction, MyContact
@@ -228,7 +255,28 @@ public let myContactReducer = Reducer<MyContactState, MyContactAction, MyContact
@@ -228,7 +255,28 @@ public let myContactReducer = Reducer<MyContactState, MyContactAction, MyContact