Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Headers/SPTNowPlayingMetadataBackgroundViewModel.swift
T
2024-08-26 19:15:21 +03:00

6 lines
102 B
Swift

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