Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Lyrics/Models/Headers/SPTNowPlayingBackgroundViewModel.swift
T
2025-08-02 21:10:54 +03:00

6 lines
94 B
Swift

import UIKit
@objc protocol SPTNowPlayingBackgroundViewModel {
func color() -> UIColor
}