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

13 lines
379 B
Swift

import Foundation
@objc protocol SPTEncoreAttributedString {
func initWithString(_ string: String, typeStyle: SPTEncoreTypeStyle, attributes: SPTEncoreAttributes) -> SPTEncoreAttributedString
func text() -> String
@available(iOS 15.0, *)
func typeStyle() -> SPTEncoreTypeStyle
@available(iOS 15.0, *)
func attributes() -> SPTEncoreAttributes
}