Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Lyrics/Models/Musixmatch/MusixmatchSubtitle.swift
T

6 lines
109 B
Swift

import Foundation
struct MusixmatchSubtitle: Decodable {
var text: String
var time: MusixmatchTime
}