Skip to content

Instantly share code, notes, and snippets.

@sharrju
Created May 9, 2024 10:19
Show Gist options
  • Save sharrju/cf3c7a31f444d6868ae7f727c32eeef9 to your computer and use it in GitHub Desktop.
Save sharrju/cf3c7a31f444d6868ae7f727c32eeef9 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