Skip to content

Commit

Permalink
#11 [Feat] UiEvent, UiSideEffect, UiState interface 생성
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoeunjoo committed Dec 17, 2024
1 parent 0d4f7a4 commit 20d473f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/main/java/org/sopt/and/core/component/UiEvent.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package org.sopt.and.core.component

interface UiEvent
3 changes: 3 additions & 0 deletions app/src/main/java/org/sopt/and/core/component/UiSideEffect.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package org.sopt.and.core.component

interface UiSideEffect
3 changes: 3 additions & 0 deletions app/src/main/java/org/sopt/and/core/component/UiState.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
package org.sopt.and.core.component

interface UiState

0 comments on commit 20d473f

Please sign in to comment.