Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MatthewWaller/781b364f2b0213849648dc120dca4570 to your computer and use it in GitHub Desktop.
Save MatthewWaller/781b364f2b0213849648dc120dca4570 to your computer and use it in GitHub Desktop.
struct PDFTrapperApp: App {
var body: some Scene {
DocumentGroup(newDocument: PDFTrapperDocument()) { file in
ContentView(document: file.$document, fileURL: file.fileURL)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment