Skip to content

Instantly share code, notes, and snippets.

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

  • Save gaeng2y/0f26526d47a840f307c4868e2f4fbbf3 to your computer and use it in GitHub Desktop.

Select an option

Save gaeng2y/0f26526d47a840f307c4868e2f4fbbf3 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