Protocols
The following protocols are available globally.
-
an object that can be represented and stored as a local file
See moreDeclaration
Swift
public protocol LocalFileStorable
-
Defines a protocol to represent all the network functionality that is used to communicate with a RESTful service, the encoding/decoding strategy, the different network requests (get, post, put, delete) and the authorization method.
See moreDeclaration
Swift
public protocol NetworkHandler