PagingResponseProtocol
public protocol PagingResponseProtocol : Decodable
Undocumented
-
Undocumented
Declaration
Swift
associatedtype Item -
Undocumented
Declaration
Swift
static var decoder: JSONDecoder { get } -
Undocumented
Declaration
Swift
var canLoadMore: Bool { get } -
Undocumented
Declaration
Swift
var items: [Item] { get set }
View on GitHub
PagingResponseProtocol Protocol Reference