Skip to content

Commit

Permalink
154_преобразует data class OnboardingItem в class OnboardingItem
Browse files Browse the repository at this point in the history
  • Loading branch information
Eka666Sed committed Sep 2, 2024
1 parent b0c063e commit 9d8eee4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import kotlinx.parcelize.Parcelize
import kotlinx.parcelize.RawValue

@Parcelize
data class OnboardingItem(
class OnboardingItem(
val textResId: Int? = null,
val imageResId: Int? = null,
val descriptionResId: Int? = null,
Expand Down

0 comments on commit 9d8eee4

Please sign in to comment.