FeaturesPresenting
protocol FeaturesPresenting : TableDataSourceProvider
FeaturesPresenting protocol used in the VC to communicate with the Presenter.
-
The delegate from the presenter to the vc
Declaration
Swift
var delegate: FeaturesPresenterDelegate? { get set }
-
Sections to be displayed in the table
Declaration
Swift
var sections: [FeaturesSection] { get }