BasePresenter

class BasePresenter

Base Presenter class to share functionality with it’s children.

  • Initializer method of the BasePresenter

    Declaration

    Swift

    init()
  • setUp method to be called on the init

    Declaration

    Swift

    func setUp()
  • de-init method that gets called when the instance will be released

    Declaration

    Swift

    deinit