d
This commit is contained in:
@@ -17,13 +17,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate
|
||||
window?.backgroundColor = UIColor.white
|
||||
window?.makeKeyAndVisible()
|
||||
|
||||
|
||||
Bus.process(
|
||||
MeetupId.K.meetupIdTextUI.rawValue,
|
||||
MeetupId.K.meetupIdTextApp.rawValue,
|
||||
MeetupId.shouldFormat
|
||||
)
|
||||
|
||||
return true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user