Files
EeveeSpotifyReborn/Sources/EeveeSpotify/Models/Headers/SPTEncoreLabel.swift
T
2024-06-30 09:34:53 +03:00

8 lines
155 B
Swift

import Foundation
@objc protocol SPTEncoreLabel {
func text() -> NSArray
func setNumberOfLines(_ number: Int)
func setText(_ text: NSArray)
}