Skip to content

Instantly share code, notes, and snippets.

@florentinobenedictus
Created May 1, 2024 08:19
Show Gist options
  • Save florentinobenedictus/65b9baefc139514b008387a92c850e0f to your computer and use it in GitHub Desktop.
Save florentinobenedictus/65b9baefc139514b008387a92c850e0f to your computer and use it in GitHub Desktop.
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