Skip to content

Commit 0c71a69

Browse files
committed
fix(harmonyos): convert ArkUiExample to data class
1 parent 998f5dc commit 0c71a69

File tree

1 file changed

+1
-1
lines changed
  • exts/ext-harmonyos/src/main/kotlin/cc/unitmesh/harmonyos/actions/auto

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package cc.unitmesh.harmonyos.actions.auto
22

3-
enum class ArkUiExample(val description: String, val example: String) {
3+
data class ArkUiExample(val description: String, val example: String) {
44

55
}

0 commit comments

Comments
 (0)