func makeCoordinator()

in SAM2-Demo/Views/ZoomableScrollView.swift [38:42]


    func makeCoordinator() -> Coordinator {
        let coordinator = Coordinator(hostingView: NSHostingView(rootView: self.content), parent: self)
        coordinator.listen()
        return coordinator
    }