Skip to content

Commit

Permalink
fix(harmonyos): convert ArkUiExample to data class
Browse files Browse the repository at this point in the history
  • Loading branch information
phodal committed Feb 25, 2024
1 parent 998f5dc commit 0c71a69
Showing 1 changed file with 1 addition and 1 deletion.
@@ -1,5 +1,5 @@
package cc.unitmesh.harmonyos.actions.auto

enum class ArkUiExample(val description: String, val example: String) {
data class ArkUiExample(val description: String, val example: String) {

}

0 comments on commit 0c71a69

Please sign in to comment.