CGA_UpdatableScreenViewController

protocol CGA_UpdatableScreenViewController

We use this to ensure that all our View Controllers can get a generic “Update Thyself” message.

  • Do whatever is necessary to update the UI.

    Declaration

    Swift

    func updateUI()