|
|
@@ -4,7 +4,7 @@ import Combine |
|
|
|
extension MeetupId { |
|
|
|
public final class VM: ObservableObject { |
|
|
|
@Published public var id: String? |
|
|
|
@Published var textField = BusUI.TextField(K.testTextApp, K.testTextUI) |
|
|
|
@Published var textField = BusUI.ManyTextField(K.testTextApp, K.testTextUI) |
|
|
|
var subscriptions = [AnyCancellable]() |
|
|
|
|
|
|
|
public init() { } |
|
|
|