Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- package com.example.affirmations.model
- import androidx.annotation.DrawableRes
- import androidx.annotation.StringRes
- data class Affirmation(
- @StringRes val stringResourceId: Int,
- @DrawableRes val imageResourceId: Int
- )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement