Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Headers/SPTEncoreAttributes.swift
T
2024-06-22 00:36:51 +03:00

8 lines
210 B
Swift

import UIKit
@objc protocol SPTEncoreAttributes {
func `init`(_: (SPTEncoreAttributes) -> Void) -> SPTEncoreAttributes
func foregroundColor() -> UIColor
func setForegroundColor(_ color: UIColor)
}