mirror of
https://github.com/LucasVbr/Queezer.git
synced 2026-07-09 14:17:45 +00:00
refactor: Use data classes for Settings + Game
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package fr.univpau.queezer.data
|
||||
|
||||
data class Track(
|
||||
val title: String,
|
||||
val artist: Artist,
|
||||
val preview: String,
|
||||
val album: Album
|
||||
)
|
||||
Reference in New Issue
Block a user