Skip to content

Instantly share code, notes, and snippets.

@SuryaAbdillah
Created May 1, 2024 01:08
package com.example.affirmations.model
import androidx.annotation.DrawableRes
import androidx.annotation.StringRes
data class Affirmation(
@StringRes val stringResourceId: Int,
@DrawableRes val imageResourceId: Int
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment