FeaturesPresenter
final class FeaturesPresenter : BasePresenter, FeaturesPresenting
The Presenter for the Features Screen.
-
Declaration
Swift
weak var delegate: FeaturesPresenterDelegate? -
Declaration
Swift
var sections: [FeaturesSection] -
Declaration
Swift
override init() -
Declaration
Swift
var numberOfSections: Int { get } -
Declaration
Swift
func numberOfRows(in section: Int) -> Int
FeaturesPresenter Class Reference