mirror of
https://github.com/whoeevee/EeveeSpotifyReborn.git
synced 2026-01-09 00:23:20 +01:00
8 lines
210 B
Swift
8 lines
210 B
Swift
import UIKit
|
|
|
|
@objc protocol SPTEncoreAttributes {
|
|
func `init`(_: (SPTEncoreAttributes) -> Void) -> SPTEncoreAttributes
|
|
func foregroundColor() -> UIColor
|
|
func setForegroundColor(_ color: UIColor)
|
|
}
|