init()

in SAM2-Demo/Views/ZoomableScrollView.swift [54:57]


        init(hostingView: NSHostingView<Content>, parent: ZoomableScrollView<Content>) {
            self.hostingView = hostingView
            self.parent = parent
        }