StyleDecodable
public protocol StyleDecodable
A protocol describing a style-related entity that can be decoded.
-
Initializes this object from a dictionary representation.
Declaration
Swift
init(jsonObject: [String : Any]) throws
Parameters
jsonObject
The dictionary representation.