|
|
@@ -1,7 +1,7 @@ |
|
|
|
import SwiftUI |
|
|
|
|
|
|
|
struct V: View { |
|
|
|
@StateObject var isJoinAvailable = Cord.ReadOnly("joinAvailable", false) |
|
|
|
@StateObject var isJoinAvailable = Cord.Receive("joinAvailable", false) |
|
|
|
@StateObject var join = Cord.Button("join") |
|
|
|
@StateObject var textF = Cord.TextField("text.app", "text.ui") |
|
|
|
let test = Bus.Processor("text.ui", "joinAvailable", MeetupId.onlyAllowJoin) |
|
|
|