|
@@ -864,6 +864,7 @@ struct NCSelectViewControllerRepresentable: UIViewControllerRepresentable {
|
|
struct NCSelectView: UIViewControllerRepresentable {
|
|
struct NCSelectView: UIViewControllerRepresentable {
|
|
|
|
|
|
typealias UIViewControllerType = UINavigationController
|
|
typealias UIViewControllerType = UINavigationController
|
|
|
|
+
|
|
@Binding var serverUrl: String
|
|
@Binding var serverUrl: String
|
|
|
|
|
|
class Coordinator: NSObject, NCSelectDelegate {
|
|
class Coordinator: NSObject, NCSelectDelegate {
|