Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Headers/SPTNowPlayingMetadataBackgroundViewModel.swift
T

6 lines
102 B
Swift

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