AttributesDecoding
public protocol AttributesDecoding
An object capable of decoding attributes for use in NSAttributedString
-
Undocumented
Declaration
Swift
associatedtype TypeToDecode
-
Undocumented
Declaration
Swift
var name: String { get }
-
Undocumented
Declaration
Swift
func decode(_ value: TypeToDecode) -> Attributes