Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Genius/GeniusHitResult.swift
T
2024-05-04 20:13:19 +03:00

6 lines
94 B
Swift

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