Skip to content

Instantly share code, notes, and snippets.

@atimca
Created June 19, 2020 09:04
Show Gist options
  • Save atimca/b7a3d64c29f1e99bfe6b9a3dbd0a7bd4 to your computer and use it in GitHub Desktop.
Save atimca/b7a3d64c29f1e99bfe6b9a3dbd0a7bd4 to your computer and use it in GitHub Desktop.
struct AppState {
var user: User
var newsState: NewsState?
}
enum AppEvent {
case newUserWasLoaded(User)
case newsEvents(NewsEvent)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment