Skip to content

Instantly share code, notes, and snippets.

@gaeng2y
Created August 4, 2024 11:01
Show Gist options
  • Select an option

  • Save gaeng2y/7d660dbc02b0aa747cab229b4508d737 to your computer and use it in GitHub Desktop.

Select an option

Save gaeng2y/7d660dbc02b0aa747cab229b4508d737 to your computer and use it in GitHub Desktop.
enum Action {
case addTodoItem(text: String)
case removeTodoItem(index: Int)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment