Skip to content

Instantly share code, notes, and snippets.

@naturalwarren
Created April 8, 2023 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save naturalwarren/d638cb8f00d6320237c949ca9de7f316 to your computer and use it in GitHub Desktop.
Save naturalwarren/d638cb8f00d6320237c949ca9de7f316 to your computer and use it in GitHub Desktop.
Swift SDUIComponent
enum SDUIComponent: Equatable, Codable {
case button(SDUIButton)
case row(SDUIRow)
case text(SDUIText)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment