mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-08 23:23:20 +00:00
7 lines
95 B
Swift
7 lines
95 B
Swift
import Foundation
|
|
|
|
struct GeniusHitResult: Decodable {
|
|
var id: Int
|
|
var title: String
|
|
}
|