Skip to content

Commit

Permalink
#16 [ui] ToDo Data클래스 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
2zerozu committed Jul 8, 2022
1 parent 5108078 commit f8cf833
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.hous.housaoslab.ui.home.model

data class ToDoData(
val rules: String
)

0 comments on commit f8cf833

Please sign in to comment.