Protocols
The following protocols are available globally.
-
Declaration
Swift
public protocol ModelProtocol -
Declaration
Swift
public protocol Listable -
Response protocol
See moreDeclaration
Swift
public protocol APIResponseProtocol -
Request protocol.
See moreDeclaration
Swift
public protocol APIRequestProtocol -
Rest Api client protocol Required
See moreResponseParserthat conformResponseParserProtocolandbaseURLof serverDeclaration
Swift
public protocol RestApiClienProtocol
-
Response parser protocol
See moreDeclaration
Swift
public protocol ResponseParserProtocol
-
Error parser protocol
See moreDeclaration
Swift
public protocol ErrorParserProtocol:Swift.Error
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
See more
-
Undocumented
-
Storyboard protocol
Declaration
Swift
public protocol StoryboardProtocol
-
RegisterCellProtocol view protocol helps to resiter cell for table view or colection view
See moreDeclaration
Swift
public protocol RegisterCellProtocol
-
ViewModel Protocol
See moreDeclaration
Swift
public protocol ViewModelProtocol: UpdateProtocol -
Update protocol Used for load and reload data from storage (remote or local)
See moreDeclaration
Swift
public protocol UpdateProtocol -
DataProviderProtocol Used for apply data to the object
See moreDeclaration
Swift
public protocol DataProviderProtocol
Protocols Reference