Data from Swift Enum to SwiftUI

I have a class written in Swift that will present the view developed using SwiftUI.

SwiftUI is dependent on the enum used in Swift class to render the UI.

Is there a way to bind that enum in Swift UI so that SwiftUI will update automatically when ever there is a change to the enum in Swift class

Data from Swift Enum to SwiftUI
 
 
Q