FMPModelProtocol

Description

The FMPModelProtocol protocol is used to transform itself to an external view and back.

protocol FMPModelProtocol : Decodable, Encodable

Methods

Method Description
init(_:) It transforms itself from the NSDictionary dictionary.
init(_ dict: NSDictionary) throws

Parameters:

  • dict. The NSDictionary dictionary.

See also:

FMPWrapper Framework | Protocols