MainPresenting

protocol MainPresenting : AnyObject

MainPresenting protocol used in the VC to communicate with the Presenter.

  • Returns the current palette stored in user defaults

    Declaration

    Swift

    func getCurrentPalette() -> UIColor.Palette