iCategoryDataSource
public protocol iCategoryDataSource: iDataSource, iPagination
Interface for ViewType data source, used to request data
-
State for the data source, observable using the
BindableclassDeclaration
Swift
var state: Bindable<DataSourceState<iCategory>>
View on GitHub
iCategoryDataSource Protocol Reference