Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Lyrics/Models/Genius/GeniusSection.swift
T
2024-06-11 18:05:19 +03:00

6 lines
81 B
Swift

import Foundation
struct GeniusSection: Decodable {
var hits: [GeniusHit]
}