Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Lyrics/Models/Genius/GeniusHitResult.swift
2024-06-02 14:54:25 +03:00

7 lines
95 B
Swift

import Foundation
struct GeniusHitResult: Decodable {
var id: Int
var title: String
}