FWFormViewModelDelegate

protocol FWFormViewModelDelegate : AnyObject

Responsible for providing a communication path between the FWFormViewModel and its View.

  • Notifies the View that the setup is done.

    Declaration

    Swift

    func didSetUp()