Created
April 8, 2023 19:26
-
-
Save naturalwarren/d638cb8f00d6320237c949ca9de7f316 to your computer and use it in GitHub Desktop.
Swift SDUIComponent
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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