afiqakram

Affirmation.kt

Jun 10th, 2024
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Kotlin 0.23 KB | None | 0 0
  1. package com.example.affirmations.model
  2. import androidx.annotation.DrawableRes
  3. import androidx.annotation.StringRes
  4.  
  5. data class Affirmation(
  6.     @StringRes val stringResourceId: Int,
  7.     @DrawableRes val imageResourceId: Int
  8. )
Add Comment
Please, Sign In to add comment