|
|
@@ -3,7 +3,11 @@ import SwiftUI |
|
|
|
|
|
|
|
final class VM: ObservableObject { |
|
|
|
@Published var text = "a:" |
|
|
|
|
|
|
|
let format = Bus.Processor( |
|
|
|
MeetupId.K.meetupIdTextUI.rawValue, |
|
|
|
MeetupId.K.meetupIdTextApp.rawValue, |
|
|
|
MeetupId.shouldFormat |
|
|
|
) |
|
|
|
var subscriptions = [AnyCancellable]() |
|
|
|
|
|
|
|
init() { |
|
|
|