here it is,
class msgDatas : ObservableObject{
@Published var show : Bool = false
@Published var selectedData : msgType = .init(id: -1, msg: "", time: "", msgs: "", name: "", pic: "")
}
Topic:
UI Frameworks
SubTopic:
SwiftUI
Tags: