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

9 lines
267 B
Swift

import Foundation
@objc protocol SPTEncoreAttributedString {
func initWithString(_ string: String, typeStyle: Any, attributes: Any) -> SPTEncoreAttributedString
func text() -> String
func typeStyle() -> Any
func attributes() -> SPTEncoreAttributes
}